Skip to content

Commit 45d6014

Browse files
committed
fix: De-emphasize cargo team load
1 parent f7b8bf3 commit 45d6014

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text/3502-cargo-script.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,9 +405,6 @@ We can patch over this as best we can in documentation but the result won't be
405405
ideal.
406406
A user can workaround this with `cargo metadata --manifest-path <file>.rs`.
407407

408-
This increases the maintenance and support burden for the cargo team, a team
409-
that is already limited in its availability.
410-
411408
Like with all cargo packages, the `target/` directory grows unbounded.
412409
This is made worse by them being out of the way and the scripts are likely to be short-lived.
413410
Some prior art include a cache GC but that is also to clean up the temp files
@@ -430,6 +427,9 @@ The precedence schema for `cargo foo` has limitations
430427
- If you browse a random repo and try to run one of your aliases or third-party commands, you could unintentionally get a local script instead.
431428
- If `PATH` is unset or set to an empty string, then running `build` will run `cargo build` and run the built-in `build` command rather than your script
432429

430+
This increases the maintenance and support burden for the cargo team, a team
431+
that is already limited in its availability.
432+
433433
# Rationale and alternatives
434434
[rationale-and-alternatives]: #rationale-and-alternatives
435435

0 commit comments

Comments
 (0)