Skip to content

Commit

Permalink
make type private
Browse files Browse the repository at this point in the history
  • Loading branch information
jymchng committed Nov 25, 2023
1 parent e3511ca commit 0f9bea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/secret.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use zeroize::Zeroize;
#[cfg(feature = "cloneable-secret")]
use crate::traits::CloneableSecret;

pub type AddU1<A> = <A as core::ops::Add<U1>>::Output;
type AddU1<A> = <A as core::ops::Add<U1>>::Output;

pub struct Secret<
T: Zeroize,
Expand Down

0 comments on commit 0f9bea0

Please sign in to comment.