Merge rust-bitcoin/rust-bitcoin#3461: Remove unused import
8f79a0560e
Remove unused import (yancy) Pull request description: Ran `./maintainer-tools/ci/run_task.sh stable` without error locally, so I don't think this import is needed. ACKs for top commit: tcharding: ACK8f79a0560e
apoelstra: ACK8f79a0560e
successfully ran local tests Tree-SHA512: 255b97066eb8b75bf33a0846ecda739695441273ff98703516b46983a9fe5c76e76c79ab2548bd64fd654dd8659ea5392b8079142b447e67a6a31d75883aa8d1
This commit is contained in:
commit
7a5816ce0b
|
@ -1342,8 +1342,6 @@ impl<'a> Arbitrary<'a> for Transaction {
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use core::str;
|
|
||||||
|
|
||||||
use hex::{test_hex_unwrap as hex, FromHex};
|
use hex::{test_hex_unwrap as hex, FromHex};
|
||||||
#[cfg(feature = "serde")]
|
#[cfg(feature = "serde")]
|
||||||
use internals::serde_round_trip;
|
use internals::serde_round_trip;
|
||||||
|
|
Loading…
Reference in New Issue