run_make_support::fs

Function remove_dir

source
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.