diff options
| author | Cameron <cameron.studdstreet@gmail.com> | 2022-10-22 05:43:57 +0100 |
|---|---|---|
| committer | Cameron <cameron.studdstreet@gmail.com> | 2022-10-22 05:43:57 +0100 |
| commit | 5b56d7bd90fe4f11b67005bf9c6044ea03251dd3 (patch) | |
| tree | e80629bdd4d07f235f0807eb9f40599f8ae2804b | |
| parent | 9ea57f19beb17c0c1e6ba78cbcf61709f3d59693 (diff) | |
| download | rust-5b56d7bd90fe4f11b67005bf9c6044ea03251dd3.tar.gz rust-5b56d7bd90fe4f11b67005bf9c6044ea03251dd3.zip | |
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 5728730c913..3938fa09835 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; |
