rust/hg-core/src/matchers.rs
changeset 43863 bc7d8f45c3b6
parent 43834 542c8b277261
child 43914 69c4f3cf2cdf
--- a/rust/hg-core/src/matchers.rs	Fri Dec 13 09:43:43 2019 -0800
+++ b/rust/hg-core/src/matchers.rs	Thu Dec 12 15:55:25 2019 +0100
@@ -7,7 +7,7 @@
 
 //! Structs and types for matching files and directories.
 
-use crate::utils::hg_path::{HgPath, HgPathBuf};
+use crate::utils::hg_path::HgPath;
 use std::collections::HashSet;
 
 pub enum VisitChildrenSet<'a> {