diff --git a/src/filesystem.rs b/src/filesystem.rs index 046684f..40e7a82 100644 --- a/src/filesystem.rs +++ b/src/filesystem.rs @@ -209,7 +209,6 @@ pub fn delete_parents(path: &Path, ask: bool) -> Result<()> { #[cfg(windows)] mod filesystem_impl { use anyhow::{Context, Result}; - use dunce; use std::os::windows::fs; use std::path::{Path, PathBuf};