You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/3502-cargo-script.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -405,9 +405,6 @@ We can patch over this as best we can in documentation but the result won't be
405
405
ideal.
406
406
A user can workaround this with `cargo metadata --manifest-path <file>.rs`.
407
407
408
-
This increases the maintenance and support burden for the cargo team, a team
409
-
that is already limited in its availability.
410
-
411
408
Like with all cargo packages, the `target/` directory grows unbounded.
412
409
This is made worse by them being out of the way and the scripts are likely to be short-lived.
413
410
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
430
427
- 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.
431
428
- 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
432
429
430
+
This increases the maintenance and support burden for the cargo team, a team
0 commit comments