diff options
Diffstat (limited to 'crates/ide/src/diagnostics/fixes.rs')
-rw-r--r-- | crates/ide/src/diagnostics/fixes.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ide/src/diagnostics/fixes.rs b/crates/ide/src/diagnostics/fixes.rs index 70f17881e..350575b3a 100644 --- a/crates/ide/src/diagnostics/fixes.rs +++ b/crates/ide/src/diagnostics/fixes.rs | |||
@@ -2,7 +2,6 @@ | |||
2 | //! The same module also has all curret custom fixes for the diagnostics implemented. | 2 | //! The same module also has all curret custom fixes for the diagnostics implemented. |
3 | mod change_case; | 3 | mod change_case; |
4 | mod replace_with_find_map; | 4 | mod replace_with_find_map; |
5 | mod wrap_tail_expr; | ||
6 | 5 | ||
7 | use hir::{diagnostics::Diagnostic, Semantics}; | 6 | use hir::{diagnostics::Diagnostic, Semantics}; |
8 | use ide_assists::AssistResolveStrategy; | 7 | use ide_assists::AssistResolveStrategy; |