Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 5b56d7b

Browse files
committed
remove duplicate mod definition
1 parent 9ea57f1 commit 5b56d7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ide-assists/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ mod handlers {
183183
mod replace_derive_with_manual_impl;
184184
mod replace_if_let_with_match;
185185
mod replace_or_with_or_else;
186-
mod replace_arith_with_saturating;
187186
mod replace_arith_with_checked;
188187
mod replace_arith_with_wrapping;
189188
mod replace_arith_with_saturating;

0 commit comments

Comments
 (0)