Stop building with lockorder debugging in benchmarks
[rust-lightning] / lightning / src / util / mod.rs
index c6181ab269a57a19a8d5ee8c9f225358d6695947..9ffe1b7494fae459bdbab3e26a593c35678ee421 100644 (file)
@@ -21,11 +21,12 @@ pub mod ser;
 pub mod message_signing;
 pub mod invoice;
 pub mod persist;
+pub mod wakers;
 
 pub(crate) mod atomic_counter;
 pub(crate) mod byte_utils;
 pub(crate) mod chacha20;
-#[cfg(all(not(test), feature = "std"))]
+#[cfg(all(any(feature = "_bench_unstable", not(test)), feature = "std"))]
 pub(crate) mod fairrwlock;
 #[cfg(fuzzing)]
 pub mod zbase32;