Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/paths/src/lib.rs')
| -rw-r--r-- | crates/paths/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/paths/src/lib.rs b/crates/paths/src/lib.rs index 41731c8d27..b4beb40e74 100644 --- a/crates/paths/src/lib.rs +++ b/crates/paths/src/lib.rs @@ -2,7 +2,6 @@ //! relative paths. use std::{ borrow::Borrow, - convert::{TryFrom, TryInto}, ffi::OsStr, ops, path::{Component, Path, PathBuf}, |