Skip to content

Commit

Permalink
Feature lock Int::rand
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-3milabs committed Oct 16, 2024
1 parent c610b08 commit 0669c1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/int.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ mod div;
mod encoding;
mod expand;
mod mul;
mod rand;
mod sub;

#[cfg(feature = "rand_core")]
mod rand;

/// Stack-allocated big _signed_ integer.
/// See [`Uint`] for _unsigned_ integers.
///
Expand Down

0 comments on commit 0669c1b

Please sign in to comment.