We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11d993 commit 2068463Copy full SHA for 2068463
tests/ui/collapsible_if.rs
@@ -1,5 +1,5 @@
1
// run-rustfix
2
-#![allow(clippy::cyclomatic_complexity)]
+#![allow(clippy::cyclomatic_complexity, clippy::assertions_on_constants)]
3
4
#[rustfmt::skip]
5
#[warn(clippy::collapsible_if)]
0 commit comments