Revert tests/ui/filter_map_next_fixable.rs

Co-authored-by: Weihang Lo <me@weihanglo.tw>
This commit is contained in:
unexge 2023-02-18 19:42:09 +00:00
parent b4b2b1235a
commit e7065efc76
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// run-rustfix
#![warn(clippy::all, clippy::pedantic)]
#![allow(unused, clippy::missing_assert_message)]
#![allow(unused)]
fn main() {
let a = ["1", "lol", "3", "NaN", "5"];

View File

@ -1,7 +1,7 @@
// run-rustfix
#![warn(clippy::all, clippy::pedantic)]
#![allow(unused, clippy::missing_assert_message)]
#![allow(unused)]
fn main() {
let a = ["1", "lol", "3", "NaN", "5"];