Forbid clippy warnings

This commit is contained in:
Roey Darwish Dror
2018-10-29 14:18:47 +02:00
parent b104fec7c4
commit c0942e12a3
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
#![cfg_attr(feature = "cargo-clippy", deny(clippy::all))]
extern crate directories;
extern crate failure;
extern crate which;