From 35932f1d95569b422561d31550eea519122fa258 Mon Sep 17 00:00:00 2001 From: SuperCuber Date: Tue, 5 Jan 2021 18:46:13 +0200 Subject: [PATCH] Remove warning on windows --- src/filesystem.rs | 1 - 1 file changed, 1 deletion(-) 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};