Function run_make_support::rfs::remove_dir_all
source ยท pub fn remove_dir_all<P: AsRef<Path>>(path: P)
Expand description
A wrapper around std::fs::remove_dir_all
which includes the file path in the panic message.
pub fn remove_dir_all<P: AsRef<Path>>(path: P)
A wrapper around std::fs::remove_dir_all
which includes the file path in the panic message.