rust/hg-core/src/lib.rs
changeset 41692 ee7b7bd432a1
parent 41349 ee943a920606
child 41717 9060af281be7
--- a/rust/hg-core/src/lib.rs	Tue Feb 12 13:46:38 2019 -0800
+++ b/rust/hg-core/src/lib.rs	Sun Dec 02 16:19:22 2018 +0100
@@ -5,8 +5,7 @@
 mod ancestors;
 pub mod dagops;
 pub use ancestors::{AncestorsIterator, LazyAncestors, MissingAncestors};
-#[cfg(test)]
-pub mod testing;
+pub mod testing;  // unconditionally built, for use from integration tests
 
 /// Mercurial revision numbers
 ///