Skip to content

Commit

Permalink
tests: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Aug 21, 2024
1 parent d24acd1 commit 730833c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/random/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use riot_wrappers::riot_main;
riot_main!(main);

fn check_csrng(mut rng: impl rand_core::CryptoRng + rand_core::RngCore) {
use rngcheck::{helpers::*, nist::*};
use rngcheck::nist::*;

// This is also in https://github.com/ryankurte/rngcheck/pull/3
struct BitIter<'a, R: rand_core::RngCore> {
Expand Down

0 comments on commit 730833c

Please sign in to comment.