Remove now-unused import in routing/mod.rs

This commit is contained in:
Matt Corallo 2021-10-31 00:26:54 +00:00
parent 51d146c566
commit 0f0530a67a

View 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};