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 7ce6d14 commit 33c09d8Copy full SHA for 33c09d8
crates/squawk_ide/src/goto_definition.rs
@@ -1,7 +1,7 @@
1
use crate::offsets::token_from_offset;
2
use rowan::{TextRange, TextSize};
3
use squawk_syntax::{
4
- SyntaxKind, SyntaxToken,
+ SyntaxKind,
5
ast::{self, AstNode},
6
};
7
0 commit comments