about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCameron <cameron.studdstreet@gmail.com>2022-10-22 05:43:57 +0100
committerCameron <cameron.studdstreet@gmail.com>2022-10-22 05:43:57 +0100
commit5b56d7bd90fe4f11b67005bf9c6044ea03251dd3 (patch)
treee80629bdd4d07f235f0807eb9f40599f8ae2804b
parent9ea57f19beb17c0c1e6ba78cbcf61709f3d59693 (diff)
downloadrust-5b56d7bd90fe4f11b67005bf9c6044ea03251dd3.tar.gz
rust-5b56d7bd90fe4f11b67005bf9c6044ea03251dd3.zip
remove duplicate mod definition
-rw-r--r--crates/ide-assists/src/lib.rs1
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;