From eaec308a14931f68fece71a1b5eadadda4edeeb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Romanowski?= Date: Sat, 17 Oct 2020 10:04:24 +0200 Subject: [PATCH] Add comment --- tests/cli.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cli.rs b/tests/cli.rs index b9ae43b..5b6d23e 100644 --- a/tests/cli.rs +++ b/tests/cli.rs @@ -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");