Skip to content

Commit 8b9088e

Browse files
unexgeweihanglo
andcommitted
Revert tests/ui/filter_map_next_fixable.rs
Co-authored-by: Weihang Lo <[email protected]>
1 parent 18b9d01 commit 8b9088e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/filter_map_next_fixable.fixed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// run-rustfix
22

33
#![warn(clippy::all, clippy::pedantic)]
4-
#![allow(unused, clippy::missing_assert_message)]
4+
#![allow(unused)]
55

66
fn main() {
77
let a = ["1", "lol", "3", "NaN", "5"];

tests/ui/filter_map_next_fixable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// run-rustfix
22

33
#![warn(clippy::all, clippy::pedantic)]
4-
#![allow(unused, clippy::missing_assert_message)]
4+
#![allow(unused)]
55

66
fn main() {
77
let a = ["1", "lol", "3", "NaN", "5"];

0 commit comments

Comments
 (0)