Skip to content

Commit 036ea63

Browse files
bors[bot]matklad
andauthored
Merge #6609
6609: Minor, import style r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
2 parents 224387a + 2c083c9 commit 036ea63

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

crates/ide/src/references/rename.rs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
//! FIXME: write short doc here
2+
use std::{
3+
convert::TryInto,
4+
error::Error,
5+
fmt::{self, Display},
6+
};
27

38
use hir::{Module, ModuleDef, ModuleSource, Semantics};
49
use ide_db::base_db::{FileRange, SourceDatabaseExt};
510
use ide_db::{
611
defs::{Definition, NameClass, NameRefClass},
712
RootDatabase,
813
};
9-
10-
use std::{
11-
convert::TryInto,
12-
error::Error,
13-
fmt::{self, Display},
14-
};
1514
use syntax::{
1615
algo::find_node_at_offset,
1716
ast::{self, NameOwner},

0 commit comments

Comments
 (0)