remove illegal_floating_point_literal_pattern lint
This commit is contained in:
parent
cda3588572
commit
1254ee48c4
30 changed files with 143 additions and 421 deletions
|
@ -4,7 +4,6 @@
|
|||
// via `.contains(...)` and make sure the dynamic semantics match.
|
||||
|
||||
#![feature(exclusive_range_pattern)]
|
||||
#![allow(illegal_floating_point_literal_pattern)]
|
||||
#![allow(unreachable_patterns)]
|
||||
|
||||
macro_rules! yes {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue