mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
move docs under code model
This commit is contained in:
parent
f6c227babd
commit
ff6f6b3a52
6 changed files with 10 additions and 14 deletions
|
@ -38,7 +38,6 @@ mod impl_block;
|
|||
mod expr;
|
||||
mod lang_item;
|
||||
mod generics;
|
||||
mod docs;
|
||||
mod resolve;
|
||||
pub mod diagnostics;
|
||||
|
||||
|
@ -64,7 +63,6 @@ pub use self::{
|
|||
nameres::{PerNs, Namespace, ImportId},
|
||||
ty::{Ty, ApplicationTy, TypeCtor, TraitRef, Substs, display::HirDisplay, CallableDef},
|
||||
impl_block::{ImplBlock, ImplItem},
|
||||
docs::{Docs, Documentation},
|
||||
adt::AdtDef,
|
||||
expr::ExprScopes,
|
||||
resolve::Resolution,
|
||||
|
@ -83,4 +81,5 @@ pub use self::code_model::{
|
|||
Trait, TypeAlias, MacroDef, Container,
|
||||
BuiltinType,
|
||||
src::{Source, HasSource},
|
||||
docs::{Docs, Documentation, DocDef},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue