mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +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,
|
FxIndexMap,
|
||||||
};
|
};
|
||||||
use rustc_hash::{FxHashMap, FxHashSet};
|
use rustc_hash::FxHashSet;
|
||||||
|
|
||||||
use crate::RootDatabase;
|
use crate::RootDatabase;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue