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.
1 parent b4db3b4 commit a6e3576Copy full SHA for a6e3576
tests/discriminant.rs
@@ -1,4 +1,5 @@
1
-#![allow(clippy::enum_clike_unportable_variant)]
+#![allow(unknown_lints)] // make this not error on stable
2
+#![allow(clippy::enum_clike_unportable_variant, repr_c_enums_larger_than_int)]
3
4
#[macro_use]
5
mod util;
0 commit comments