mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
More precise navigation to parent
This commit is contained in:
parent
2ac20b05f1
commit
ef8f38efc6
3 changed files with 13 additions and 10 deletions
|
@ -131,7 +131,6 @@ pub(crate) fn reference_definition(
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use ide_db::base_db::FileRange;
|
||||
use syntax::{TextRange, TextSize};
|
||||
|
||||
use crate::fixture;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue