mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
fix: fix indentation error
This commit is contained in:
parent
9a805a2abd
commit
f3715c1d22
@ -1,5 +1,5 @@
|
||||
use syntax::{
|
||||
ast::{self, edit::AstNodeEdit, edit_in_place, make, syntax_factory::SyntaxFactory}, syntax_editor::SyntaxEditor,
|
||||
ast::{self, edit_in_place::Indent, make, syntax_factory::SyntaxFactory}, syntax_editor::SyntaxEditor,
|
||||
AstNode,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user