mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
chore: Remove unused import
This commit is contained in:
parent
d7517d8323
commit
2e00fa208f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ use syntax::{
|
|||
HasGenericParams, HasName,
|
||||
},
|
||||
ted::{self},
|
||||
AstNode, NodeOrToken, SyntaxKind, SyntaxNode,
|
||||
AstNode, NodeOrToken, SyntaxNode,
|
||||
};
|
||||
|
||||
use crate::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue