diff options
Diffstat (limited to 'crates/ra_analysis/src/input.rs')
-rw-r--r-- | crates/ra_analysis/src/input.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/crates/ra_analysis/src/input.rs b/crates/ra_analysis/src/input.rs index 60086d1ae..e601cd58a 100644 --- a/crates/ra_analysis/src/input.rs +++ b/crates/ra_analysis/src/input.rs | |||
@@ -5,7 +5,7 @@ use rustc_hash::FxHashMap; | |||
5 | use rustc_hash::FxHashSet; | 5 | use rustc_hash::FxHashSet; |
6 | use salsa; | 6 | use salsa; |
7 | 7 | ||
8 | use crate::{symbol_index::SymbolIndex, FileResolverImp}; | 8 | use crate::FileResolverImp; |
9 | 9 | ||
10 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)] | 10 | #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)] |
11 | pub struct FileId(pub u32); | 11 | pub struct FileId(pub u32); |
@@ -56,10 +56,6 @@ salsa::query_group! { | |||
56 | type LibrariesQuery; | 56 | type LibrariesQuery; |
57 | storage input; | 57 | storage input; |
58 | } | 58 | } |
59 | fn library_symbols(id: SourceRootId) -> Arc<SymbolIndex> { | ||
60 | type LibrarySymbolsQuery; | ||
61 | storage input; | ||
62 | } | ||
63 | fn crate_graph() -> Arc<CrateGraph> { | 59 | fn crate_graph() -> Arc<CrateGraph> { |
64 | type CrateGraphQuery; | 60 | type CrateGraphQuery; |
65 | storage input; | 61 | storage input; |