We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6493be3 commit 99d5ea3Copy full SHA for 99d5ea3
text/3502-cargo-script.md
@@ -410,7 +410,8 @@ Users may be using this feature for heavier duty scripting and want optimized bu
410
- This can be worked around by changing `profile.dev` in the embedded manifest
411
412
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.
+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`.
415
Some prior art include a cache GC but that is also to clean up the temp files
416
stored in other locations
417
(our temp files are inside the `target/` dir and should be rarer).
0 commit comments