Collect all lightning std::sync imports under crate::sync
[rust-lightning] / lightning / src / ln / chanmon_update_fail_tests.rs
index 5f90b030dfb12ac78a0a089b9acf0a40e43f6166..1e76117fdb2e661d8fd8335c0f7251b2a1d1182d 100644 (file)
@@ -41,7 +41,7 @@ use ln::functional_test_utils::*;
 use util::test_utils;
 
 use prelude::*;
-use std::sync::{Arc, Mutex};
+use sync::{Arc, Mutex};
 
 // If persister_fail is true, we have the persister return a PermanentFailure
 // instead of the higher-level ChainMonitor.