Skip to content

Commit

Permalink
kill that last warning
Browse files Browse the repository at this point in the history
  • Loading branch information
naftulikay committed Mar 1, 2024
1 parent 448ce2d commit 23a69ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example_crypto/src/rng/rand_openssl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pub struct OpenSslRng {}

impl OpenSslRng {
/// Constructs a new instance.
#[allow(unused)]
pub fn new() -> Self {
Self {}
}
Expand Down

0 comments on commit 23a69ec

Please sign in to comment.