remove duplicate mod definition

This commit is contained in:
Cameron 2022-10-22 05:43:57 +01:00
parent 9ea57f19be
commit 5b56d7bd90

View File

@ -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;