blob: 367d44e16a737ae6769d3024567f285645c6a4f6 [file] [log] [blame]
#[cfg(windows)]
extern crate winapi;
#[cfg(windows)]
mod fs;
#[cfg(windows)]
pub use self::fs::remove_dir_all;
#[cfg(not(windows))]
pub use std::fs::remove_dir_all;