Skip to content

Commit 6d2728d

Browse files
author
Jon Gjengset
committed
Add CLI help text for patch-in-config
1 parent 695465c commit 6d2728d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bin/cargo/cli.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Available unstable (nightly-only) flags:
4545
-Z terminal-width -- Provide a terminal width to rustc for error truncation
4646
-Z namespaced-features -- Allow features with `dep:` prefix
4747
-Z weak-dep-features -- Allow `dep_name?/feature` feature syntax
48+
-Z patch-in-config -- Allow `[patch]` sections in .cargo/config.toml files
4849
4950
Run with 'cargo -Z [FLAG] [SUBCOMMAND]'"
5051
);

0 commit comments

Comments
 (0)