Ignore a warning from inside the clap macros
This commit is contained in:
@@ -93,6 +93,7 @@ impl FromStr for LevelSizes {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
#[allow(deprecated)]
|
||||||
let matches = App::new(crate_name!())
|
let matches = App::new(crate_name!())
|
||||||
.version(crate_version!())
|
.version(crate_version!())
|
||||||
.author(crate_authors!("\n"))
|
.author(crate_authors!("\n"))
|
||||||
|
|||||||
Reference in New Issue
Block a user