fix some pedantic lints

This commit is contained in:
Dr. Matthias Ratajczak
2023-01-10 15:25:54 +01:00
parent 5e874d79d4
commit 9f649aae2e
4 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -25,6 +25,7 @@ fn get_arg_parser() -> Command<'static> {
result
}
pub fn get_args() -> clap::ArgMatches {
#[must_use]
pub fn get() -> clap::ArgMatches {
get_arg_parser().get_matches()
}