Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-stdx/tests/path.rs')
| -rw-r--r-- | helix-stdx/tests/path.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/helix-stdx/tests/path.rs b/helix-stdx/tests/path.rs index ebc35f02..1e530ce0 100644 --- a/helix-stdx/tests/path.rs +++ b/helix-stdx/tests/path.rs @@ -1,10 +1,6 @@ #![cfg(windows)] -use std::{ - env::set_current_dir, - error::Error, - path::{Component, Path, PathBuf}, -}; +use std::{env::set_current_dir, error::Error, path::Component}; use helix_stdx::path; use tempfile::Builder; |