Skip to content

Commit 7eb5d89

Browse files
authored
ra_hir_expand: change the ordering of imports as per the formatter
1 parent cbd9f46 commit 7eb5d89

File tree

1 file changed

+1
-1
lines changed
  • crates/ra_hir_expand/src

1 file changed

+1
-1
lines changed

crates/ra_hir_expand/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pub mod eager;
1717
use std::hash::Hash;
1818
use std::sync::Arc;
1919

20-
use ra_db::{salsa, CrateId, FileId, impl_intern_key};
20+
use ra_db::{impl_intern_key, salsa, CrateId, FileId};
2121
use ra_syntax::{
2222
algo,
2323
ast::{self, AstNode},

0 commit comments

Comments
 (0)