Skip to content

Commit 0ac2ff1

Browse files
committed
fmt
1 parent e5c6607 commit 0ac2ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chacha20/tests/rng.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#![cfg(feature = "rand_core")]
44

55
use proptest::prelude::*;
6-
use rand_core::{RngCore, SeedableRng};
76
use rand_chacha::rand_core::{RngCore as OldRngCore, SeedableRng as OldSeedableRng};
7+
use rand_core::{RngCore, SeedableRng};
88

99
// Number of reads to perform from the RNG in equivalence tests
1010
const NREADS: usize = 16;

0 commit comments

Comments
 (0)