mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Renames, comments, and dead code removal
This commit is contained in:
parent
7bbca7a1b3
commit
5452368fad
4 changed files with 8 additions and 23 deletions
|
@ -27,7 +27,7 @@ pub mod diagnostics;
|
|||
|
||||
mod from_id;
|
||||
mod code_model;
|
||||
mod link_rewrite;
|
||||
mod doc_links;
|
||||
|
||||
mod has_source;
|
||||
|
||||
|
@ -38,8 +38,8 @@ pub use crate::{
|
|||
Function, GenericDef, HasAttrs, HasVisibility, ImplDef, Local, MacroDef, Module, ModuleDef,
|
||||
ScopeDef, Static, Struct, Trait, Type, TypeAlias, TypeParam, Union, VariantDef, Visibility,
|
||||
},
|
||||
doc_links::resolve_doc_link,
|
||||
has_source::HasSource,
|
||||
link_rewrite::resolve_doc_link,
|
||||
semantics::{original_range, PathResolution, Semantics, SemanticsScope},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue