Skip to content

Commit

Permalink
clippy: remove now-unneeded i64 import
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Apr 6, 2024
1 parent 0fb47b7 commit 6925ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miniscript/satisfy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! scriptpubkeys.
//!
use core::{cmp, fmt, i64, mem};
use core::{cmp, fmt, mem};

use bitcoin::hashes::hash160;
use bitcoin::key::XOnlyPublicKey;
Expand Down

0 comments on commit 6925ae6

Please sign in to comment.