mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
Apply suggestions from code review
This commit is contained in:
parent
cfb0e95c9e
commit
51723e7678
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ fn allow_ext_sc_when_sc_required() {
|
|||
assert_eq!(name, "external-cmd");
|
||||
assert_eq!(args.values_of_lossy(""), Some(vec!["foo".to_string()]));
|
||||
}
|
||||
_ => assert!(false),
|
||||
_ => unreachable!(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue