run_make_support::rfs

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