Skip to content

Commit

Permalink
Auto merge of #8924 - gdoenlen:patch-1, r=ehuss
Browse files Browse the repository at this point in the history
remove extra whitespace when running cargo -Z help
  • Loading branch information
bors committed Dec 1, 2020
2 parents d481788 + a941a52 commit 140fbc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cargo/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]'"
);
Expand Down

0 comments on commit 140fbc9

Please sign in to comment.