Skip to content

Commit

Permalink
Add CLI help text for patch-in-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Gjengset committed Mar 15, 2021
1 parent 695465c commit 6d2728d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bin/cargo/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Available unstable (nightly-only) flags:
-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 patch-in-config -- Allow `[patch]` sections in .cargo/config.toml files
Run with 'cargo -Z [FLAG] [SUBCOMMAND]'"
);
Expand Down

0 comments on commit 6d2728d

Please sign in to comment.