ra_hir_expand: change the ordering of imports as per the formatter
This commit is contained in:
parent
cbd9f46bc7
commit
7eb5d89a85
@ -17,7 +17,7 @@ pub mod eager;
|
||||
use std::hash::Hash;
|
||||
use std::sync::Arc;
|
||||
|
||||
use ra_db::{salsa, CrateId, FileId, impl_intern_key};
|
||||
use ra_db::{impl_intern_key, salsa, CrateId, FileId};
|
||||
use ra_syntax::{
|
||||
algo,
|
||||
ast::{self, AstNode},
|
||||
|
Loading…
x
Reference in New Issue
Block a user