Skip to content

Commit

Permalink
Fix SGX
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 28, 2024
1 parent 8bede79 commit b772583
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backends.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ cfg_if! {
mod windows;
pub use windows::*;
} else if #[cfg(all(target_arch = "x86_64", target_env = "sgx"))] {
#[path = "lazy.rs"] mod lazy;
mod rdrand;
pub use rdrand::*;
} else if #[cfg(all(
Expand Down

0 comments on commit b772583

Please sign in to comment.