Skip to content

Commit

Permalink
re-enable no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
keks committed Aug 22, 2024
1 parent 1280e84 commit 3f76e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_crypto_provider/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![doc = include_str!("../Readme.md")]
//#![cfg_attr(not(test), no_std)]
#![cfg_attr(not(test), no_std)]

extern crate alloc;

Expand Down

0 comments on commit 3f76e07

Please sign in to comment.