mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 14:03:35 +00:00
fix: remove unused imports
This commit is contained in:
parent
f3715c1d22
commit
c768a24673
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
use syntax::{
|
||||
ast::{self, edit_in_place::Indent, make, syntax_factory::SyntaxFactory}, syntax_editor::SyntaxEditor,
|
||||
ast::{self, edit_in_place::Indent, syntax_factory::SyntaxFactory},
|
||||
AstNode,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue