Skip to content

Commit

Permalink
WIP: Don't deny warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Xanewok committed Nov 18, 2020
1 parent be321bd commit 05ba3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Needs a nightly feature, doesn't bring that much to the table
// FIXME: Apply Clippy lint once or-patterns are stabilized (rust-lang/rust#54883)
#![allow(clippy::unnested_or_patterns)]
#![deny(warnings)]
// #![deny(warnings)]

extern crate rustc_hir;
extern crate rustc_infer;
Expand Down

0 comments on commit 05ba3eb

Please sign in to comment.