mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Move navigation_target to display/navigation_target
This commit is contained in:
parent
946b5789d1
commit
027d4d229d
4 changed files with 6 additions and 4 deletions
|
@ -13,7 +13,6 @@
|
|||
mod db;
|
||||
pub mod mock_analysis;
|
||||
mod symbol_index;
|
||||
mod navigation_target;
|
||||
mod change;
|
||||
|
||||
mod status;
|
||||
|
@ -63,7 +62,6 @@ pub use crate::{
|
|||
change::{AnalysisChange, LibraryData},
|
||||
completion::{CompletionItem, CompletionItemKind, InsertTextFormat},
|
||||
runnables::{Runnable, RunnableKind},
|
||||
navigation_target::NavigationTarget,
|
||||
references::ReferenceSearchResult,
|
||||
assists::{Assist, AssistId},
|
||||
hover::{HoverResult},
|
||||
|
@ -73,7 +71,7 @@ pub use crate::{
|
|||
syntax_highlighting::HighlightedRange,
|
||||
structure::{StructureNode, file_structure},
|
||||
diagnostics::Severity,
|
||||
display::FunctionSignature,
|
||||
display::{FunctionSignature, NavigationTarget},
|
||||
};
|
||||
|
||||
pub use ra_db::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue