Skip to content

Commit 2b60581

Browse files
committed
Format
1 parent 603260c commit 2b60581

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

crates/oak_index/src/builder.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ use biome_rowan::TextRange;
1818
use biome_rowan::WalkEvent;
1919
use oak_core::syntax_ext::RIdentifierExt;
2020
use oak_core::syntax_ext::RStringValueExt;
21+
use oak_index_vec::Idx;
22+
use oak_index_vec::IndexVec;
2123
use rustc_hash::FxHashMap;
2224
use smallvec::SmallVec;
2325

24-
use oak_index_vec::Idx;
25-
use oak_index_vec::IndexVec;
2626
use crate::semantic_index::Definition;
2727
use crate::semantic_index::DefinitionId;
2828
use crate::semantic_index::DefinitionKind;

crates/oak_index/src/semantic_index.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ use aether_syntax::RSyntaxNode;
44
use biome_rowan::TextRange;
55
use biome_rowan::TextSize;
66
use oak_core::range::Ranged;
7-
use rustc_hash::FxHashMap;
8-
97
use oak_index_vec::define_index;
108
use oak_index_vec::IndexVec;
9+
use rustc_hash::FxHashMap;
10+
1111
use crate::use_def_map::Bindings;
1212
use crate::use_def_map::UseDefMap;
1313

crates/oak_index/src/use_def_map.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
use itertools::EitherOrBoth;
22
use itertools::Itertools;
3+
use oak_index_vec::Idx;
4+
use oak_index_vec::IndexVec;
35
use rustc_hash::FxHashMap;
46
use smallvec::SmallVec;
57

6-
use oak_index_vec::Idx;
7-
use oak_index_vec::IndexVec;
88
use crate::semantic_index::DefinitionId;
99
use crate::semantic_index::EnclosingSnapshotId;
1010
use crate::semantic_index::SymbolId;

0 commit comments

Comments
 (0)