We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38e566 commit 03c24f7Copy full SHA for 03c24f7
text/3502-cargo-script.md
@@ -333,7 +333,7 @@ Inferred / defaulted manifest fields:
333
- `package.edition = <current>` to avoid always having to add an embedded
334
manifest at the cost of potentially breaking scripts on rust upgrades
335
- Warn when `edition` is unspecified. Since piped commands are run with `--quiet`, this may not show up.
336
- - Based on feedback, we might add `cargo-<edition>-edition` proxies to put in `#!` as a shorthand
+ - Based on feedback, we might add `cargo-<edition>` proxies to put in `#!` as a shorthand
337
- Based on feedback, we can switch to "edition is required as of <future> edition"
338
339
Note: As of [rust-lang/cargo#123](https://github.com/rust-lang/cargo/pull/12786),
0 commit comments