Ignore a warning from inside the clap macros

This commit is contained in:
Jan Alexander Steffens (heftig)
2019-12-26 03:00:51 +01:00
parent edb5beb6dc
commit 9990141d40

View File

@@ -93,6 +93,7 @@ impl FromStr for LevelSizes {
}
fn main() {
#[allow(deprecated)]
let matches = App::new(crate_name!())
.version(crate_version!())
.author(crate_authors!("\n"))