镜像来自
https://github.com/meilisearch/MeiliSearch
已同步 2025-07-03 20:07:09 +02:00
Remove commented-out function
This commit is contained in:
父節點
405555b401
當前提交
4f9edf13d7
共有 1 個文件被更改,包括 0 次插入 和 12 次删除
|
@ -699,18 +699,6 @@ impl PrefixTrieNode {
|
|||
}
|
||||
}
|
||||
}
|
||||
// fn print(&self, buffer: &mut String, ident: usize) {
|
||||
// let mut spaces = String::new();
|
||||
// for _ in 0..ident {
|
||||
// spaces.push(' ')
|
||||
// }
|
||||
// for (child, c) in &self.children {
|
||||
// buffer.push(char::from_u32(*c as u32).unwrap());
|
||||
// println!("{spaces}{buffer}:");
|
||||
// child.print(buffer, ident + 4);
|
||||
// buffer.pop();
|
||||
// }
|
||||
// }
|
||||
}
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
|
|
載入中…
Add table
Add a link
Reference in a new issue