Auto merge of #1141 - RalfJung:lint-adjust, r=RalfJung
remove no-longer-needed allow(const_err)
This commit is contained in:
commit
c50757a420
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue