Skip to content

Commit c587cc0

Browse files
remove unnecessary import of utils
1 parent bd982dc commit c587cc0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lightning-invoice/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ compile_error!("at least one of the `std` or `no-std` features must be enabled")
3030
pub mod payment;
3131
pub mod utils;
3232

33-
pub(crate) mod utils;
34-
3533
extern crate bech32;
3634
extern crate bitcoin_hashes;
3735
#[macro_use] extern crate lightning;

0 commit comments

Comments
 (0)