mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
dead code
This commit is contained in:
parent
1182387224
commit
7734a8b72f
@ -217,13 +217,6 @@ pub fn crate_symbols(db: &RootDatabase, krate: Crate, query: Query) -> Vec<FileS
|
||||
query.search(&indices)
|
||||
}
|
||||
|
||||
pub fn index_resolve(db: &RootDatabase, name: &str) -> Vec<FileSymbol> {
|
||||
let mut query = Query::new(name.to_string());
|
||||
query.exact();
|
||||
query.limit(4);
|
||||
world_symbols(db, query)
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct SymbolIndex {
|
||||
symbols: Vec<FileSymbol>,
|
||||
|
Loading…
Reference in New Issue
Block a user