File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ use biome_rowan::TextRange;
1818use biome_rowan:: WalkEvent ;
1919use oak_core:: syntax_ext:: RIdentifierExt ;
2020use oak_core:: syntax_ext:: RStringValueExt ;
21+ use oak_index_vec:: Idx ;
22+ use oak_index_vec:: IndexVec ;
2123use rustc_hash:: FxHashMap ;
2224use smallvec:: SmallVec ;
2325
24- use oak_index_vec:: Idx ;
25- use oak_index_vec:: IndexVec ;
2626use crate :: semantic_index:: Definition ;
2727use crate :: semantic_index:: DefinitionId ;
2828use crate :: semantic_index:: DefinitionKind ;
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ use aether_syntax::RSyntaxNode;
44use biome_rowan:: TextRange ;
55use biome_rowan:: TextSize ;
66use oak_core:: range:: Ranged ;
7- use rustc_hash:: FxHashMap ;
8-
97use oak_index_vec:: define_index;
108use oak_index_vec:: IndexVec ;
9+ use rustc_hash:: FxHashMap ;
10+
1111use crate :: use_def_map:: Bindings ;
1212use crate :: use_def_map:: UseDefMap ;
1313
Original file line number Diff line number Diff line change 11use itertools:: EitherOrBoth ;
22use itertools:: Itertools ;
3+ use oak_index_vec:: Idx ;
4+ use oak_index_vec:: IndexVec ;
35use rustc_hash:: FxHashMap ;
46use smallvec:: SmallVec ;
57
6- use oak_index_vec:: Idx ;
7- use oak_index_vec:: IndexVec ;
88use crate :: semantic_index:: DefinitionId ;
99use crate :: semantic_index:: EnclosingSnapshotId ;
1010use crate :: semantic_index:: SymbolId ;
You can’t perform that action at this time.
0 commit comments