Skip to content

Commit

Permalink
exclude rng::bytes when v4 isn't enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Nov 1, 2021
1 parent bc8ef0f commit d2607a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rng.rs
@@ -1,3 +1,4 @@
#[cfg(feature = "v4")]
pub(crate) fn bytes() -> [u8; 16] {
#[cfg(not(feature = "fast-rng"))]
{
Expand Down

0 comments on commit d2607a1

Please sign in to comment.