mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
cleanup
This commit is contained in:
parent
c8aa2f6a61
commit
0b0bfc6fdd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ use ide_db::{
|
|||
},
|
||||
FxIndexMap,
|
||||
};
|
||||
use rustc_hash::{FxHashMap, FxHashSet};
|
||||
use rustc_hash::FxHashSet;
|
||||
|
||||
use crate::RootDatabase;
|
||||
|
||||
|
|
Loading…
Reference in a new issue