Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Feb 3, 2025
1 parent e7eb146 commit 8158b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backends.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ cfg_if! {
mod rndr;
pub use rndr::*;
} else if #[cfg(getrandom_backend = "efi_rng")] {
mod rdrand;
pub use rdrand::*;
mod efi_rng;
pub use efi_rng::*;
} else if #[cfg(all(getrandom_backend = "wasm_js"))] {
cfg_if! {
if #[cfg(feature = "wasm_js")] {
Expand Down

0 comments on commit 8158b08

Please sign in to comment.