From 4f4abd56955e707ddae01e5265f9862ed4213dfe Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:05:06 -0400 Subject: [PATCH] Update test.rs --- src/bin/cargo/commands/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/cargo/commands/test.rs b/src/bin/cargo/commands/test.rs index aeef635f4348..424ed3f00d6f 100644 --- a/src/bin/cargo/commands/test.rs +++ b/src/bin/cargo/commands/test.rs @@ -34,7 +34,7 @@ pub fn cli() -> Command { "Test all tests", "Test only the specified bench target", "Test all benches", - "Test all targets except doctests", + "Test all targets (does not include doctests)", ) .arg(flag("doc", "Test only this library's documentation")) .arg(flag("no-run", "Compile, but don't run tests"))