]> git.lizzy.rs Git - rust.git/commitdiff
remove no-longer-needed allow(const_err)
authorRalf Jung <post@ralfj.de>
Mon, 6 Jan 2020 10:38:35 +0000 (11:38 +0100)
committerRalf Jung <post@ralfj.de>
Mon, 6 Jan 2020 10:38:35 +0000 (11:38 +0100)
tests/run-pass/c_enums.rs

index 84c33ca0323f44c3e9a46e910c455ac9d9544e33..16b795342eab8e749d0efd897c7c28bbe6c7d9c4 100644 (file)
@@ -1,5 +1,3 @@
-#![allow(const_err)] // don't warn about truncating casts. FIXME: remove this, the error shouldn't even be shown
-
 enum Foo {
     Bar = 42,
     Baz,