Apply suggestions from code review

This commit is contained in:
Pavan Kumar Sunkara 2020-05-12 15:34:05 +02:00 committed by GitHub
parent cfb0e95c9e
commit 51723e7678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!(),
}
}