Skip to content

Commit 33c09d8

Browse files
committed
lint
1 parent 7ce6d14 commit 33c09d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/squawk_ide/src/goto_definition.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::offsets::token_from_offset;
22
use rowan::{TextRange, TextSize};
33
use squawk_syntax::{
4-
SyntaxKind, SyntaxToken,
4+
SyntaxKind,
55
ast::{self, AstNode},
66
};
77

0 commit comments

Comments
 (0)