mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
simplify
This commit is contained in:
parent
e5e6c363dc
commit
3da52d2e93
2 changed files with 8 additions and 10 deletions
|
@ -1,6 +1,8 @@
|
|||
use hir::Semantics;
|
||||
use ide_db::base_db::{CrateId, FileId, FilePosition};
|
||||
use ide_db::RootDatabase;
|
||||
use ide_db::{
|
||||
base_db::{CrateId, FileId, FilePosition},
|
||||
RootDatabase,
|
||||
};
|
||||
use itertools::Itertools;
|
||||
use syntax::{
|
||||
algo::find_node_at_offset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue