mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Unnest ide::display::navigation_target module
This commit is contained in:
parent
806d7d725d
commit
54b2de45e1
13 changed files with 13 additions and 25 deletions
|
@ -12,10 +12,9 @@ use rustc_hash::FxHashSet;
|
|||
use syntax::{AstNode, SyntaxKind::*, T};
|
||||
use syntax::{SyntaxToken, TextRange};
|
||||
|
||||
use crate::display::TryToNav;
|
||||
use crate::hover::hover_for_definition;
|
||||
use crate::{
|
||||
Analysis, Fold, HoverConfig, HoverDocFormat, HoverResult, InlayHint, InlayHintsConfig,
|
||||
Analysis, Fold, HoverConfig, HoverDocFormat, HoverResult, InlayHint, InlayHintsConfig, TryToNav,
|
||||
};
|
||||
|
||||
/// A static representation of fully analyzed source code.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue