Correct indentation in `get_pending_htlc_stats`
[rust-lightning] / lightning-invoice / src / lib.rs
index a029c5f3dad5bdf76fe8df4439380fb52846f5f4..20eaf7a82d27a7970872883536f7edce1da55c69 100644 (file)
@@ -31,7 +31,6 @@ pub mod utils;
 
 extern crate bech32;
 #[macro_use] extern crate lightning;
-extern crate num_traits;
 extern crate secp256k1;
 extern crate alloc;
 #[cfg(any(test, feature = "std"))]