pub fn remove_dir<P: AsRef<Path>>(path: P)
Expand description
A wrapper around std::fs::remove_dir
which includes the directory path in the panic message.
pub fn remove_dir<P: AsRef<Path>>(path: P)
A wrapper around std::fs::remove_dir
which includes the directory path in the panic message.