Skip to content

Commit

Permalink
remove unused import to fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Oct 17, 2024
1 parent ede4292 commit f80470d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

use std::fmt::Display;
use wasm_bindgen::JsValue;
use zcash_primitives::transaction::txid;

#[derive(thiserror::Error, Debug)]
pub enum Error {
Expand Down

0 comments on commit f80470d

Please sign in to comment.