Skip to content

Commit

Permalink
Remove warning for bare-metal targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Oct 31, 2024
1 parent 5f468f6 commit 362ec64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcrux/libcrux-platform/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ mod platform {

#[cfg(not(hax))]
mod platform {
#[cfg(not(target_os = "none"))]
use super::*;

// TODO: Check for z14 or z15
Expand Down

0 comments on commit 362ec64

Please sign in to comment.