Skip to content

Commit 03c24f7

Browse files
epagejoshtriplett
andauthored
fix: Be consistent on possible binary name
Co-authored-by: Josh Triplett <[email protected]>
1 parent e38e566 commit 03c24f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3502-cargo-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ Inferred / defaulted manifest fields:
333333
- `package.edition = <current>` to avoid always having to add an embedded
334334
manifest at the cost of potentially breaking scripts on rust upgrades
335335
- 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
336+
- Based on feedback, we might add `cargo-<edition>` proxies to put in `#!` as a shorthand
337337
- Based on feedback, we can switch to "edition is required as of <future> edition"
338338

339339
Note: As of [rust-lang/cargo#123](https://github.com/rust-lang/cargo/pull/12786),

0 commit comments

Comments
 (0)