Remove un used import
This commit is contained in:
parent
3fb6a3be82
commit
fe65eabc81
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use ide_db::{base_db::FileId, source_change::SourceChange};
|
||||
use itertools::Itertools;
|
||||
use syntax::{ast, AstNode, SyntaxKind, SyntaxNode, TextRange};
|
||||
use syntax::{ast, AstNode, SyntaxKind, SyntaxNode};
|
||||
use text_edit::TextEdit;
|
||||
|
||||
use crate::{fix, Diagnostic, DiagnosticCode};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue