Skip to content

Commit

Permalink
jose-b64: allow dummy Zeroize trait
Browse files Browse the repository at this point in the history
  • Loading branch information
lucab committed Jun 11, 2024
1 parent a1c1280 commit 7480f75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jose-b64/src/zero.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

use core::ops::{Deref, DerefMut};

#[allow(dead_code)]
pub trait Zeroize {
fn zeroize(&mut self);
}
Expand Down

0 comments on commit 7480f75

Please sign in to comment.