diff options
author | Veetaha <[email protected]> | 2020-03-15 16:51:09 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-15 16:51:09 +0000 |
commit | 7eb5d89a850a67418a2fb59dd78308e7a1134e3a (patch) | |
tree | b026294d6f797ce0a3c7de18252a000eb78391e8 /crates/ra_hir_expand | |
parent | cbd9f46bc776cc6e7a0383af5e0053542400af55 (diff) |
ra_hir_expand: change the ordering of imports as per the formatter
Diffstat (limited to 'crates/ra_hir_expand')
-rw-r--r-- | crates/ra_hir_expand/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_expand/src/lib.rs b/crates/ra_hir_expand/src/lib.rs index b3f2b09a6..7b72eb7a0 100644 --- a/crates/ra_hir_expand/src/lib.rs +++ b/crates/ra_hir_expand/src/lib.rs | |||
@@ -17,7 +17,7 @@ pub mod eager; | |||
17 | use std::hash::Hash; | 17 | use std::hash::Hash; |
18 | use std::sync::Arc; | 18 | use std::sync::Arc; |
19 | 19 | ||
20 | use ra_db::{salsa, CrateId, FileId, impl_intern_key}; | 20 | use ra_db::{impl_intern_key, salsa, CrateId, FileId}; |
21 | use ra_syntax::{ | 21 | use ra_syntax::{ |
22 | algo, | 22 | algo, |
23 | ast::{self, AstNode}, | 23 | ast::{self, AstNode}, |