We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea57f1 commit 5b56d7bCopy full SHA for 5b56d7b
crates/ide-assists/src/lib.rs
@@ -183,7 +183,6 @@ mod handlers {
183
mod replace_derive_with_manual_impl;
184
mod replace_if_let_with_match;
185
mod replace_or_with_or_else;
186
- mod replace_arith_with_saturating;
187
mod replace_arith_with_checked;
188
mod replace_arith_with_wrapping;
189
mod replace_arith_with_saturating;
0 commit comments