ra_hir_expand: change the ordering of imports as per the formatter

This commit is contained in:
Veetaha 2020-03-15 18:51:09 +02:00 committed by GitHub
parent cbd9f46bc7
commit 7eb5d89a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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},