Skip to content

Commit

Permalink
Re-import ChaCha20Rng
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelOwenDyer committed Apr 3, 2024
1 parent be09cec commit d7793cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rand_chacha/src/chacha.rs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ mod test {

#[cfg(feature = "serde1")] use super::{ChaCha20Rng, ChaCha12Rng, ChaCha8Rng};

type ChaChaRng = ChaCha20Rng;
type ChaChaRng = super::ChaCha20Rng;

#[cfg(feature = "serde1")]
#[test]
Expand Down

0 comments on commit d7793cd

Please sign in to comment.