diff rust/hg-core/src/lib.rs @ 52299:b422acba55f1

rust-dirstate: remove star exports This makes the crate's imports confusing and muddies the discovery of the code.
author Rapha?l Gom?s <rgomes@octobus.net>
date Mon, 04 Nov 2024 11:07:05 +0100
parents db065b33fa56
children 04b9a56c2d25
line wrap: on
line diff
--- a/rust/hg-core/src/lib.rs	Mon Nov 04 11:00:58 2024 +0100
+++ b/rust/hg-core/src/lib.rs	Mon Nov 04 11:07:05 2024 +0100
@@ -22,7 +22,7 @@
         BadMatch, BadType, DirstateStatus, HgPathCow, StatusError,
         StatusOptions,
     },
-    DirstateEntry, DirstateParents, EntryState,
+    DirstateParents,
 };
 pub mod copy_tracing;
 pub mod filepatterns;