Remove unused use

This commit is contained in:
ivan770 2020-12-08 20:50:40 +02:00
parent 581567a4c8
commit f2950a1350
No known key found for this signature in database
GPG key ID: D8C4BD5AE4D9CC4D

View file

@ -13,7 +13,7 @@ use ide_db::{
source_change::{FileSystemEdit, SourceFileEdit},
RootDatabase,
};
use syntax::{AstNode, Direction, T, algo, ast::{self, ExprStmt, edit::IndentLevel, make}};
use syntax::{AstNode, Direction, T, algo, ast::{self, edit::IndentLevel, make}};
use text_edit::TextEdit;
use crate::{diagnostics::Fix, references::rename::rename_with_semantics, FilePosition};