mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
fix: remove unused imports
This commit is contained in:
parent
f3715c1d22
commit
c768a24673
@ -1,5 +1,5 @@
|
|||||||
use syntax::{
|
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,
|
AstNode,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user