aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-03-15 16:51:09 +0000
committerGitHub <[email protected]>2020-03-15 16:51:09 +0000
commit7eb5d89a850a67418a2fb59dd78308e7a1134e3a (patch)
treeb026294d6f797ce0a3c7de18252a000eb78391e8 /crates
parentcbd9f46bc776cc6e7a0383af5e0053542400af55 (diff)
ra_hir_expand: change the ordering of imports as per the formatter
Diffstat (limited to 'crates')
-rw-r--r--crates/ra_hir_expand/src/lib.rs2
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;
17use std::hash::Hash; 17use std::hash::Hash;
18use std::sync::Arc; 18use std::sync::Arc;
19 19
20use ra_db::{salsa, CrateId, FileId, impl_intern_key}; 20use ra_db::{impl_intern_key, salsa, CrateId, FileId};
21use ra_syntax::{ 21use ra_syntax::{
22 algo, 22 algo,
23 ast::{self, AstNode}, 23 ast::{self, AstNode},