Skip to content

Commit

Permalink
fix: cargo clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
realeinherjar authored and DanGould committed Jan 7, 2024
1 parent 18b2d3e commit d95af25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ use core::convert::{TryFrom, TryInto};
use bitcoin::address::NetworkValidation;

pub use de::{DeserializeParams, DeserializationState, DeserializationError};
pub use ser::{SerializeParams};
pub use ser::SerializeParams;

/// Parsed BIP21 URI.
///
Expand Down

0 comments on commit d95af25

Please sign in to comment.