Add comment

This commit is contained in:
Paweł Romanowski 2020-10-17 10:04:24 +02:00
parent e175558376
commit eaec308a14

View file

@ -6,6 +6,7 @@ mod cli {
#[test]
fn test_exclude_all_private() {
// this gets the "main" binary name (e.g. `lychee`)
let mut cmd =
Command::cargo_bin(env!("CARGO_PKG_NAME")).expect("Couldn't get cargo package name");