Skip to content

Commit a941a52

Browse files
authored
remove extra whitespace when running cargo -Z help
1 parent d481788 commit a941a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cargo/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Available unstable (nightly-only) flags:
4343
-Z doctest-xcompile -- Compile and run doctests for non-host target using runner config
4444
-Z terminal-width -- Provide a terminal width to rustc for error truncation
4545
-Z namespaced-features -- Allow features with `dep:` prefix
46-
-Z weak-dep-features -- Allow `dep_name?/feature` feature syntax
46+
-Z weak-dep-features -- Allow `dep_name?/feature` feature syntax
4747
4848
Run with 'cargo -Z [FLAG] [SUBCOMMAND]'"
4949
);

0 commit comments

Comments
 (0)