Remove now-unused import in routing/mod.rs
[rust-lightning] / lightning / src / routing / mod.rs
index a2454f6a3fec0da3dc2e960420750af904dff215..3a48ffe93ddf42c77fb3b3c9b17d727dba14c8f0 100644 (file)
@@ -16,7 +16,6 @@ pub mod scorer;
 use routing::network_graph::NodeId;
 use routing::router::RouteHop;
 
-use prelude::*;
 use core::cell::{RefCell, RefMut};
 use core::ops::DerefMut;
 use sync::{Mutex, MutexGuard};