mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +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,
|
HasGenericParams, HasName,
|
||||||
},
|
},
|
||||||
ted::{self},
|
ted::{self},
|
||||||
AstNode, NodeOrToken, SyntaxKind, SyntaxNode,
|
AstNode, NodeOrToken, SyntaxNode,
|
||||||
};
|
};
|
||||||
|
|
||||||
use crate::{
|
use crate::{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue