Unnamed repository; edit this file 'description' to name the repository.
remove duplicate mod definition
| -rw-r--r-- | crates/ide-assists/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ide-assists/src/lib.rs b/crates/ide-assists/src/lib.rs index 5728730c91..3938fa0983 100644 --- a/crates/ide-assists/src/lib.rs +++ b/crates/ide-assists/src/lib.rs @@ -183,7 +183,6 @@ mod handlers { mod replace_derive_with_manual_impl; mod replace_if_let_with_match; mod replace_or_with_or_else; - mod replace_arith_with_saturating; mod replace_arith_with_checked; mod replace_arith_with_wrapping; mod replace_arith_with_saturating; |