Removed commented out code in main.rs
For some reason, the match arm for --quick had only been commented out. Now it's removed. Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
parent
eb92038fbf
commit
7217c1cbfa
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ fn main() {
|
|||
let args = Args::parse();
|
||||
let config = Config::new(&args.config);
|
||||
match &args {
|
||||
//args if args.quick == true => config.quick(&args.quick),
|
||||
args if args.license == true => unimplemented!(),
|
||||
args if args.code_of_conduct == true => unimplemented!(),
|
||||
_ => (),
|
||||
|
|
Loading…
Reference in a new issue