Open
Description
Problem
I am using custom script to create a target and mount a tmpfs
into it but when I run usual cargo clean
it tries to delete the directory which fails with error due to busy resource since a mount point can't be deleted without unmounting first.
Proposed Solution
I think having a flag that controls whether the user would want to delete the /target
directory when cleaning is going to help.
Notes
No response