X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Flib.rs;h=25eba1d74f8f87ddb60fd80d610b187f853f81ce;hb=a39d9bfa0395a2a5c02b04f4ad7936e37cada613;hp=045a8f73cca778812c6e03062ef2b7a8a478e217;hpb=dc28f9bb88735152260c4c96ae23f98cef32c979;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)))]