We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allow(redundant_semicolons)
1 parent 53301c2 commit 7be1a7aCopy full SHA for 7be1a7a
src/lib.rs
@@ -7,9 +7,6 @@
7
bad_style,
8
overflowing_literals,
9
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,
13
unused_macros,
14
unused_macro_rules,
15
// FIXME(1.0): temporarily allow dead_code to fix CI:
0 commit comments