Skip to content

Commit 32f1568

Browse files
committed
Fix name of lint that was renamed in Clippy
1 parent 7536afd commit 32f1568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,9 @@
330330
cast_sign_loss,
331331
// things are often more readable this way
332332
cast_lossless,
333+
module_name_repetitions,
333334
shadow_unrelated,
334335
single_match_else,
335-
stutter,
336336
use_self,
337337
// we support older compilers
338338
redundant_field_names,

0 commit comments

Comments
 (0)