mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Simplify
This commit is contained in:
parent
b1575528c0
commit
8eddc64f86
5 changed files with 158 additions and 157 deletions
|
@ -16,7 +16,7 @@ use hir::{db::HirDatabase, Adt, AsAssocItem, AssocItem, AssocItemContainer, HasA
|
|||
use ide_db::{
|
||||
base_db::{CrateOrigin, LangCrateOrigin, ReleaseChannel, SourceDatabase},
|
||||
defs::{Definition, NameClass, NameRefClass},
|
||||
documentation::{docs_with_rangemap, Documentation},
|
||||
documentation::{docs_with_rangemap, Documentation, HasDocs},
|
||||
helpers::pick_best_token,
|
||||
RootDatabase,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue