Skip to content

Commit 0217a25

Browse files
committed
remove no-longer-needed allow(const_err)
1 parent f3c267d commit 0217a25

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)