Skip to content

Commit

Permalink
Remove warning on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperCuber committed Jan 5, 2021
1 parent 75fb9e0 commit 35932f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/filesystem.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 35932f1

Please sign in to comment.