From a941a52eb2afbbf940e874860e1dece332a32443 Mon Sep 17 00:00:00 2001 From: George Date: Tue, 1 Dec 2020 01:24:46 +0000 Subject: [PATCH] remove extra whitespace when running cargo -Z help --- src/bin/cargo/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/cargo/cli.rs b/src/bin/cargo/cli.rs index e24f583f17f..ec3ff0fbe96 100644 --- a/src/bin/cargo/cli.rs +++ b/src/bin/cargo/cli.rs @@ -43,7 +43,7 @@ Available unstable (nightly-only) flags: -Z doctest-xcompile -- Compile and run doctests for non-host target using runner config -Z terminal-width -- Provide a terminal width to rustc for error truncation -Z namespaced-features -- Allow features with `dep:` prefix - -Z weak-dep-features -- Allow `dep_name?/feature` feature syntax + -Z weak-dep-features -- Allow `dep_name?/feature` feature syntax Run with 'cargo -Z [FLAG] [SUBCOMMAND]'" );