mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
make Docs handing more ideomatic
This commit is contained in:
parent
5dc2789895
commit
33026c654e
4 changed files with 13 additions and 23 deletions
|
@ -12,7 +12,6 @@ use crate::{
|
|||
ty::{TraitRef, InferenceResult, primitive::{IntTy, FloatTy, Signedness, IntBitness, FloatBitness}},
|
||||
adt::{EnumVariantId, StructFieldId, VariantDef},
|
||||
generics::HasGenericParams,
|
||||
docs::{Documentation, Docs, docs_from_ast},
|
||||
ids::{FunctionId, StructId, EnumId, AstItemDef, ConstId, StaticId, TraitId, TypeAliasId, MacroDefId},
|
||||
impl_block::ImplBlock,
|
||||
resolve::Resolver,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue