Skip to content

Commit

Permalink
fixup! Add riot-rs-ramdom crate and corresponding initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Apr 11, 2024
1 parent a8595f5 commit c25f777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riot-rs-random/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl RngCore for Rng {

#[cfg(feature = "main-is-csprng")]
mod main_is_csprng {
impl rand_core::CryptoRng for Rng {}
impl rand_core::CryptoRng for super::Rng {}

fn generate_inner_type() -> super::SelectedRng {
panic!("This function only serves type checking purposes")
Expand Down

0 comments on commit c25f777

Please sign in to comment.