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 be321bd commit 60d14c5Copy full SHA for 60d14c5
src/lib.rs
@@ -5,7 +5,7 @@
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)]
+// #![deny(warnings)]
9
10
extern crate rustc_hir;
11
extern crate rustc_infer;
0 commit comments