Enable and fix more lints

This commit is contained in:
Joscha 2021-11-22 15:23:52 +00:00
parent bac673ea65
commit f39dbdaba7
2 changed files with 51 additions and 46 deletions

View file

@ -1,3 +1,8 @@
#![warn(future_incompatible)]
#![warn(rust_2018_idioms)]
#![warn(clippy::all)]
#![warn(clippy::use_self)]
use std::path::PathBuf;
use structopt::StructOpt;