From 0217a25a12d87d010c3df381b0b3d1206837ad95 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 6 Jan 2020 11:38:35 +0100 Subject: [PATCH] remove no-longer-needed allow(const_err) --- tests/run-pass/c_enums.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/run-pass/c_enums.rs b/tests/run-pass/c_enums.rs index 84c33ca0323..16b795342ea 100644 --- a/tests/run-pass/c_enums.rs +++ b/tests/run-pass/c_enums.rs @@ -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,