rust/hg-core/src/operations/mod.rs
changeset 49980 95ffa065204e
parent 48068 bf8837e3d7ce
child 51155 ac3859a8b796
--- a/rust/hg-core/src/operations/mod.rs	Wed Jan 11 17:27:19 2023 +0100
+++ b/rust/hg-core/src/operations/mod.rs	Wed Jan 11 16:29:29 2023 +0100
@@ -7,5 +7,4 @@
 mod list_tracked_files;
 pub use cat::{cat, CatOutput};
 pub use debugdata::{debug_data, DebugDataKind};
-pub use list_tracked_files::Dirstate;
 pub use list_tracked_files::{list_rev_tracked_files, FilesForRev};