Bump workspace to rust edition 2018
[rust-lightning] / lightning / src / lib.rs
index 045a8f73cca778812c6e03062ef2b7a8a478e217..25eba1d74f8f87ddb60fd80d610b187f853f81ce 100644 (file)
@@ -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)))]