Add note about SCID collisions in `PaymentPathFailed`
[rust-lightning] / lightning / src / util / mod.rs
index 95826b7e06ee73e0a02b3e1b36cf8ac6ef9ed12e..b7ee02d2c1f5724ba0b0b6309ce2eb35ad321c1d 100644 (file)
@@ -25,6 +25,8 @@ pub mod persist;
 pub(crate) mod atomic_counter;
 pub(crate) mod byte_utils;
 pub(crate) mod chacha20;
+#[cfg(all(not(test), feature = "std"))]
+pub(crate) mod fairrwlock;
 #[cfg(fuzzing)]
 pub mod zbase32;
 #[cfg(not(fuzzing))]