Auto merge of #1141 - RalfJung:lint-adjust, r=RalfJung

remove no-longer-needed allow(const_err)
This commit is contained in:
bors 2020-01-06 10:39:24 +00:00
commit c50757a420

View 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,