mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
cleanup imports
This commit is contained in:
parent
939f05f3e3
commit
88267c86c0
31 changed files with 104 additions and 101 deletions
|
@ -4,6 +4,7 @@ use rustc_hash::FxHashMap;
|
|||
|
||||
use hir::{HirFileId, InFile, Name, SourceAnalyzer, SourceBinder};
|
||||
use ra_db::SourceDatabase;
|
||||
use ra_ide_db::RootDatabase;
|
||||
use ra_prof::profile;
|
||||
use ra_syntax::{
|
||||
ast, AstNode, Direction, SyntaxElement, SyntaxKind, SyntaxKind::*, SyntaxToken, TextRange,
|
||||
|
@ -11,7 +12,6 @@ use ra_syntax::{
|
|||
};
|
||||
|
||||
use crate::{
|
||||
db::RootDatabase,
|
||||
expand::descend_into_macros_with_analyzer,
|
||||
references::{
|
||||
classify_name, classify_name_ref,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue