Fix all the clippy warnings!

This commit is contained in:
Jordan Petridis
2018-04-30 14:13:54 +03:00
parent d4d89a56e9
commit c96b39d597
19 changed files with 79 additions and 78 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#![recursion_limit = "1024"]
#![deny(unused_extern_crates, unused)]
#![allow(unknown_lints)]
#![cfg_attr(feature = "cargo-clippy", allow(blacklisted_name))]
#![cfg_attr(feature = "cargo-clippy", allow(blacklisted_name, option_map_unit_fn))]
extern crate failure;
#[macro_use]