Clean up at least some lifetimes on `SimpleRefPeerManager`
[rust-lightning] / lightning-invoice / src / lib.rs
index b78c28dfc29617528a55e68a3a978b3959a1f8fd..9695d79036ecc6a776e9ab10e340f0a94a7463d1 100644 (file)
@@ -30,8 +30,6 @@ compile_error!("at least one of the `std` or `no-std` features must be enabled")
 pub mod payment;
 pub mod utils;
 
-pub(crate) mod time_utils;
-
 extern crate bech32;
 extern crate bitcoin_hashes;
 #[macro_use] extern crate lightning;