mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-01-19 05:43:55 +01:00
Remove now-unused import in routing/mod.rs
This commit is contained in:
parent
51d146c566
commit
0f0530a67a
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user