Skip to content

Commit 2068463

Browse files
author
A.A.Abroskin
committed
allow assertions_on_constants for collapsible_if
1 parent f11d993 commit 2068463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/collapsible_if.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// run-rustfix
2-
#![allow(clippy::cyclomatic_complexity)]
2+
#![allow(clippy::cyclomatic_complexity, clippy::assertions_on_constants)]
33

44
#[rustfmt::skip]
55
#[warn(clippy::collapsible_if)]

0 commit comments

Comments
 (0)