Skip to content

Commit 99d5ea3

Browse files
committed
fix: Be explicit about clean
1 parent 6493be3 commit 99d5ea3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

text/3502-cargo-script.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,8 @@ Users may be using this feature for heavier duty scripting and want optimized bu
410410
- This can be worked around by changing `profile.dev` in the embedded manifest
411411

412412
Like with all cargo packages, the `target/` directory grows unbounded.
413-
This is made worse by them being out of the way and the scripts are likely to be short-lived.
413+
This is made worse by them being out of the way and the scripts are likely to be short-lived,
414+
removed without a `cargo clean --manifest-path foo`.
414415
Some prior art include a cache GC but that is also to clean up the temp files
415416
stored in other locations
416417
(our temp files are inside the `target/` dir and should be rarer).

0 commit comments

Comments
 (0)