Skip to content

Commit f78441f

Browse files
committed
fix: Call out people wanting optimized builds
1 parent 45d6014 commit f78441f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

text/3502-cargo-script.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@ 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+
Users may be using this feature for heavier duty scripting and want optimized builds.
409+
408410
Like with all cargo packages, the `target/` directory grows unbounded.
409411
This is made worse by them being out of the way and the scripts are likely to be short-lived.
410412
Some prior art include a cache GC but that is also to clean up the temp files

0 commit comments

Comments
 (0)