rust/hg-core/src/utils/hg_path.rs
changeset 49749 c7fb9b74e753
parent 48829 9dcfd1d05e6e
child 50003 e98fd81bb151
--- a/rust/hg-core/src/utils/hg_path.rs	Mon Nov 14 15:19:27 2022 +0100
+++ b/rust/hg-core/src/utils/hg_path.rs	Mon Nov 14 15:20:48 2022 +0100
@@ -8,7 +8,6 @@
 use crate::utils::SliceExt;
 use std::borrow::Borrow;
 use std::borrow::Cow;
-use std::convert::TryFrom;
 use std::ffi::{OsStr, OsString};
 use std::fmt;
 use std::ops::Deref;