mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +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
|
@ -19,10 +19,7 @@ use syntax::{
|
|||
SmolStr, SyntaxNode,
|
||||
};
|
||||
|
||||
use crate::{
|
||||
display::{ToNav, TryToNav},
|
||||
references, FileId, NavigationTarget,
|
||||
};
|
||||
use crate::{references, FileId, NavigationTarget, ToNav, TryToNav};
|
||||
|
||||
#[derive(Debug, Clone, Hash, PartialEq, Eq)]
|
||||
pub struct Runnable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue