mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 02:03:53 +00:00
Revert tests/ui/filter_map_next_fixable.rs
Co-authored-by: Weihang Lo <me@weihanglo.tw>
This commit is contained in:
parent
b4b2b1235a
commit
e7065efc76
@ -1,7 +1,7 @@
|
|||||||
// run-rustfix
|
// run-rustfix
|
||||||
|
|
||||||
#![warn(clippy::all, clippy::pedantic)]
|
#![warn(clippy::all, clippy::pedantic)]
|
||||||
#![allow(unused, clippy::missing_assert_message)]
|
#![allow(unused)]
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let a = ["1", "lol", "3", "NaN", "5"];
|
let a = ["1", "lol", "3", "NaN", "5"];
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// run-rustfix
|
// run-rustfix
|
||||||
|
|
||||||
#![warn(clippy::all, clippy::pedantic)]
|
#![warn(clippy::all, clippy::pedantic)]
|
||||||
#![allow(unused, clippy::missing_assert_message)]
|
#![allow(unused)]
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let a = ["1", "lol", "3", "NaN", "5"];
|
let a = ["1", "lol", "3", "NaN", "5"];
|
||||||
|
Loading…
Reference in New Issue
Block a user