Skip to content

Commit 60d14c5

Browse files
committed
WIP: Don't deny warnings
1 parent be321bd commit 60d14c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Needs a nightly feature, doesn't bring that much to the table
66
// FIXME: Apply Clippy lint once or-patterns are stabilized (rust-lang/rust#54883)
77
#![allow(clippy::unnested_or_patterns)]
8-
#![deny(warnings)]
8+
// #![deny(warnings)]
99

1010
extern crate rustc_hir;
1111
extern crate rustc_infer;

0 commit comments

Comments
 (0)