mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 05:23:24 +00:00
Remove unused imports
This commit is contained in:
parent
428358925c
commit
77626d7bda
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pub use function_signature::FunctionSignature;
|
|||
pub use navigation_target::NavigationTarget;
|
||||
pub use structure::{file_structure, StructureNode};
|
||||
|
||||
pub(crate) use navigation_target::{description_from_symbol, docs_from_symbol, ToNav};
|
||||
pub(crate) use navigation_target::ToNav;
|
||||
pub(crate) use short_label::ShortLabel;
|
||||
|
||||
pub(crate) fn function_label(node: &ast::FnDef) -> String {
|
||||
|
|
Loading…
Reference in a new issue