Skip to content

Commit 63987aa

Browse files
committed
1 parent 3142ee3 commit 63987aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/unit_arg.fixed

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// run-rustfix
22
#![warn(clippy::unit_arg)]
3-
#![allow(clippy::no_effect, unused_must_use)]
3+
#![allow(unused_braces, clippy::no_effect, unused_must_use)]
44

55
use std::fmt::Debug;
66

tests/ui/unit_arg.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// run-rustfix
22
#![warn(clippy::unit_arg)]
3-
#![allow(clippy::no_effect, unused_must_use)]
3+
#![allow(unused_braces, clippy::no_effect, unused_must_use)]
44

55
use std::fmt::Debug;
66

0 commit comments

Comments
 (0)