Correct `funding_transaction_generated` err msg and fix fuzz check
[rust-lightning] / lightning / src / lib.rs
index 1ec4d6aa5a5eab8a5fcd0bd14f36110876bd0898..d4289d07d2e7a7678936ce06eaa7b51a03b2d2b3 100644 (file)
@@ -175,8 +175,6 @@ mod prelude {
        pub use alloc::string::ToString;
 }
 
-#[cfg(all(not(feature = "_bench_unstable"), feature = "std", test))]
-mod debug_sync;
 #[cfg(all(not(feature = "_bench_unstable"), feature = "backtrace", feature = "std", test))]
 extern crate backtrace;