File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -409,11 +409,6 @@ ideal.
409
409
A user can workaround this with ` cargo metadata --manifest-path <file>.rs `
410
410
or ` cargo read-manifest --manifest-path <file>.rs `
411
411
412
- Users may be using this feature for heavier duty scripting and want optimized builds.
413
- - This can be worked around by changing ` profile.dev ` in the embedded manifest
414
- - We could make ` profile.run ` official and make cargo script use that
415
- - The custom profiles don't reuse artifacts with the inherited profile but get a separate ` target/<profile> `
416
-
417
412
Like with all cargo packages, the ` target/ ` directory grows unbounded.
418
413
This is made worse by them being out of the way and the scripts are likely to be short-lived,
419
414
removed without a ` cargo clean --manifest-path foo ` .
You can’t perform that action at this time.
0 commit comments