We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf2cc0 commit 00929b3Copy full SHA for 00929b3
tests/discriminant.rs
@@ -1,4 +1,4 @@
1
-#![allow(clippy::enum_clike_unportable_variant)]
+#![allow(clippy::enum_clike_unportable_variant, repr_c_enums_larger_than_int)]
2
3
#[macro_use]
4
mod util;
0 commit comments