cargo fmt

This commit is contained in:
Phil Ellison 2020-12-30 16:15:00 +00:00
parent e62e4ed148
commit 920e57bd15

View File

@ -13,7 +13,11 @@
source_change::{FileSystemEdit, SourceChange},
RootDatabase,
};
use syntax::{AstNode, TextRange, algo, ast::{self, ArgListOwner, edit::IndentLevel, make}};
use syntax::{
algo,
ast::{self, edit::IndentLevel, make, ArgListOwner},
AstNode, TextRange,
};
use text_edit::TextEdit;
use crate::{diagnostics::Fix, references::rename::rename_with_semantics, FilePosition};