Skip to content

Commit 5db29b7

Browse files
committed
Fix unused import warning
1 parent a8cc5fe commit 5db29b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lightning/src/crypto/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#[cfg(not(fuzzing))]
12
use bitcoin::hashes::cmp::fixed_time_eq;
23

34
pub(crate) mod chacha20;

0 commit comments

Comments
 (0)