Function cargo_util::paths::remove_dir

source ·
pub fn remove_dir<P: AsRef<Path>>(p: P) -> Result<()>
Expand description

Equivalent to std::fs::remove_dir with better error messages.