We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686f8fb commit c698794Copy full SHA for c698794
crates/ide/src/goto_type_definition.rs
@@ -1,5 +1,5 @@
1
use ide_db::{base_db::Upcast, helpers::pick_best_token, RootDatabase};
2
-use syntax::{ast, match_ast, AstNode, SyntaxKind::*, SyntaxToken, TextRange, T};
+use syntax::{ast, match_ast, AstNode, SyntaxKind::*, SyntaxToken, T};
3
4
use crate::{display::TryToNav, FilePosition, NavigationTarget, RangeInfo};
5
0 commit comments