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 7395e03 commit bda4525Copy full SHA for bda4525
src/lib.rs
@@ -2,6 +2,9 @@
2
#![allow(clippy::similar_names)]
3
#![allow(clippy::single_match_else)]
4
#![allow(clippy::too_many_lines)]
5
+// Needs a nightly feature, doesn't bring that much to the table
6
+// FIXME: Apply Clippy lint once or-patterns are stabilized (rust-lang/rust#54883)
7
+#![allow(clippy::unnested_or_patterns)]
8
#![deny(warnings)]
9
10
extern crate rustc_hir;
0 commit comments