Skip to content

Commit

Permalink
refactor(fil-proofs-tooling): rust-2018-idioms
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Nov 2, 2020
1 parent 11b74bc commit 575af3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fil-proofs-tooling/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![deny(clippy::all, clippy::perf, clippy::correctness)]
#![deny(clippy::all, clippy::perf, clippy::correctness, rust_2018_idioms)]
#![warn(clippy::unwrap_used)]

pub mod measure;
Expand Down

0 comments on commit 575af3e

Please sign in to comment.