Skip to content

Commit 7be1a7a

Browse files
committed
lints: Remove allow(redundant_semicolons)
(backport <#4473>) (cherry picked from commit 0b6aa1b)
1 parent 53301c2 commit 7be1a7a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
bad_style,
88
overflowing_literals,
99
improper_ctypes,
10-
// This lint is renamed but we run CI for old stable rustc so should be here.
11-
redundant_semicolon,
12-
redundant_semicolons,
1310
unused_macros,
1411
unused_macro_rules,
1512
// FIXME(1.0): temporarily allow dead_code to fix CI:

0 commit comments

Comments
 (0)