Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
radu committed May 20, 2024
1 parent 599c340 commit 4e32578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/crypto/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ mod bench {
use std::sync::Arc;
use test::{black_box, Bencher};

use rand::RngCore;
use secrecy::SecretVec;

use crate::crypto;
Expand Down

0 comments on commit 4e32578

Please sign in to comment.