Auto merge of #1141 - RalfJung:lint-adjust, r=RalfJung
remove no-longer-needed allow(const_err)
This commit is contained in:
commit
c50757a420
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user