Skip to content

Commit c50757a

Browse files
committed
Auto merge of #1141 - RalfJung:lint-adjust, r=RalfJung
remove no-longer-needed allow(const_err)
2 parents 50a5e20 + 0217a25 commit c50757a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/run-pass/c_enums.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![allow(const_err)] // don't warn about truncating casts. FIXME: remove this, the error shouldn't even be shown
2-
31
enum Foo {
42
Bar = 42,
53
Baz,

0 commit comments

Comments
 (0)