rust/hg-core/src/dirstate.rs
changeset 45609 e604a3c03ab9
parent 45562 b51167d70f5a
child 45610 496537c9c1b4
--- a/rust/hg-core/src/dirstate.rs	Wed Sep 30 18:23:43 2020 +0200
+++ b/rust/hg-core/src/dirstate.rs	Wed Sep 30 18:10:53 2020 +0200
@@ -11,6 +11,7 @@
 
 pub mod dirs_multiset;
 pub mod dirstate_map;
+#[cfg(feature = "dirstate-tree")]
 pub mod dirstate_tree;
 pub mod parsers;
 pub mod status;