mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Remove hir_def/docs.rs module
This commit is contained in:
parent
b3652ef288
commit
1caaa201fa
6 changed files with 63 additions and 114 deletions
|
@ -44,10 +44,9 @@ pub use crate::{
|
|||
|
||||
pub use hir_def::{
|
||||
adt::StructKind,
|
||||
attr::Attrs,
|
||||
attr::{Attrs, Documentation},
|
||||
body::scope::ExprScopes,
|
||||
builtin_type::BuiltinType,
|
||||
docs::Documentation,
|
||||
find_path::PrefixKind,
|
||||
import_map,
|
||||
item_scope::ItemInNs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue