Skip to content

Commit 8034a82

Browse files
committed
Update lint name
1 parent 37967b3 commit 8034a82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
overflowing_literals,
2121
improper_ctypes,
2222
unknown_lints,
23-
redundant_semicolon
23+
redundant_semicolon,
24+
redundant_semicolons,
25+
renamed_and_removed_lints
2426
)]
2527
// Attributes needed when building as part of the standard library
2628
#![cfg_attr(

0 commit comments

Comments
 (0)