mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Simplify
This commit is contained in:
parent
46dbe4dc80
commit
fda118f4e9
4 changed files with 58 additions and 171 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::ToNav;
|
||||
pub(crate) use navigation_target::{ToNav, TryToNav};
|
||||
pub(crate) use short_label::ShortLabel;
|
||||
|
||||
pub(crate) fn function_label(node: &ast::FnDef) -> String {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue