mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
Fix warnings
This commit is contained in:
parent
91dab4d720
commit
545382db25
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ use syntax::{
|
|||
ast::{self, make},
|
||||
AstNode, SyntaxNode, SyntaxNodePtr,
|
||||
};
|
||||
use text_edit::{TextEdit, TextRange};
|
||||
use text_edit::TextEdit;
|
||||
|
||||
use crate::{fix, Diagnostic, DiagnosticCode, DiagnosticsContext};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue