Skip to content

Commit e3e5de3

Browse files
committed
Fix unused import warning
1 parent 612d74e commit e3e5de3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: lightning/src/crypto/mod.rs

+1
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)