Skip to content

Commit

Permalink
chore: fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Dec 11, 2024
1 parent c1d93d9 commit 53c7f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/primitives/src/buf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use crate::{errors::ParseError, macros::internal};
/// # Example
///
/// ```
/// # use strata_primitives::prelude::Buf20
/// # use strata_primitives::prelude::Buf20;
/// use zeroize::Zeroize;
///
/// let mut buf = Buf20::from([1; 20]);
Expand Down Expand Up @@ -56,7 +56,7 @@ impl Zeroize for Buf20 {
/// # Example
///
/// ```
/// # use strata_primitives::prelude::Buf32
/// # use strata_primitives::prelude::Buf32;
/// use zeroize::Zeroize;
///
/// let mut buf = Buf32::from([1; 32]);
Expand Down

0 comments on commit 53c7f82

Please sign in to comment.