Skip to content

Commit 2680cdc

Browse files
committed
fix: Add cargo-install rustup link
1 parent a8e1a6b commit 2680cdc

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
@@ -372,7 +372,7 @@ fn main() {
372372
```
373373
- Like with `cargo install`, `.cargo/config.toml` will be read based on the
374374
scripts location rather than the current-dir.
375-
- And like `cargo install`, the current-dir `rust-toolchain.toml` is respected
375+
- And like [`cargo install`](https://github.com/rust-lang/cargo/issues/7312), the current-dir `rust-toolchain.toml` is respected
376376
- `--release` is not passed in because the primary use case is for exploratory
377377
programming, so the emphasis will be on build-time performance and debugging,
378378
rather than runtime performance

0 commit comments

Comments
 (0)