Skip to content

Commit a6e3576

Browse files
committed
Disable repr_c_enums_larger_than_int in test
1 parent b4db3b4 commit a6e3576

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/discriminant.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#![allow(clippy::enum_clike_unportable_variant)]
1+
#![allow(unknown_lints)] // make this not error on stable
2+
#![allow(clippy::enum_clike_unportable_variant, repr_c_enums_larger_than_int)]
23

34
#[macro_use]
45
mod util;

0 commit comments

Comments
 (0)