Skip to content

Commit

Permalink
fix no_std being commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Feb 18, 2024
1 parent 6733000 commit 964d286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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;

#[cfg(test)]
Expand Down

0 comments on commit 964d286

Please sign in to comment.