Skip to content

Commit 6493be3

Browse files
committed
fix: Resolve ambiguous english in precedence rules
1 parent c652258 commit 6493be3

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
@@ -390,7 +390,7 @@ to:
390390
3. third-party commands
391391

392392
To allow the xor, we enforce that
393-
- manifests must be passed in as `Cargo.toml`, with a `.rs` extension, or have a `/` in them
393+
- we only assume the argument is a manifest if it has a `/` in it, ends with the `.rs` extension, or is `Cargo.toml`
394394
- So `./build` can be used to run a script name `build` rather than the `cargo build` command
395395
- no built-in command may look like an accepted manifest
396396

0 commit comments

Comments
 (0)