Unnest ide::display::navigation_target module

This commit is contained in:
Lukas Wirth 2021-11-22 13:04:28 +01:00
parent 806d7d725d
commit 54b2de45e1
13 changed files with 13 additions and 25 deletions

View file

@ -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.