Skip to content

Commit

Permalink
don't make sys/hacl no_std (because it fails)
Browse files Browse the repository at this point in the history
  • Loading branch information
keks committed Nov 26, 2024
1 parent df3e271 commit ff1d984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/hacl/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! # HACL Sys
//!
//! Bindings to HACL C code
#![no_std]
#![allow(non_camel_case_types, non_snake_case, non_upper_case_globals)]

// #[cfg(not(target_arch = "wasm32"))]
Expand Down

0 comments on commit ff1d984

Please sign in to comment.