X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Flib.rs;h=25eba1d74f8f87ddb60fd80d610b187f853f81ce;hb=fcf73f0f45d05e0bb2e6118c6d05291adcb5bc0b;hp=045a8f73cca778812c6e03062ef2b7a8a478e217;hpb=ee17faff904b0be91902b64e2fbcb05f9db28a51;p=rust-lightning diff --git a/lightning/src/lib.rs b/lightning/src/lib.rs index 045a8f73..25eba1d7 100644 --- a/lightning/src/lib.rs +++ b/lightning/src/lib.rs @@ -181,7 +181,7 @@ extern crate backtrace; #[cfg(feature = "std")] mod sync { #[cfg(all(not(feature = "_bench_unstable"), test))] - pub use debug_sync::*; + pub use crate::debug_sync::*; #[cfg(any(feature = "_bench_unstable", not(test)))] pub use ::std::sync::{Arc, Mutex, Condvar, MutexGuard, RwLock, RwLockReadGuard, RwLockWriteGuard}; #[cfg(any(feature = "_bench_unstable", not(test)))]