Skip to content

Commit 00929b3

Browse files
committed
fixup! Revert "discriminant for C should fint in int/uint"
1 parent 5bf2cc0 commit 00929b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/discriminant.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![allow(clippy::enum_clike_unportable_variant)]
1+
#![allow(clippy::enum_clike_unportable_variant, repr_c_enums_larger_than_int)]
22

33
#[macro_use]
44
mod util;

0 commit comments

Comments
 (0)