From 7eb5d89a850a67418a2fb59dd78308e7a1134e3a Mon Sep 17 00:00:00 2001 From: Veetaha Date: Sun, 15 Mar 2020 18:51:09 +0200 Subject: ra_hir_expand: change the ordering of imports as per the formatter --- crates/ra_hir_expand/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; 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}, -- cgit v1.2.3