Skip to content

Commit

Permalink
#6: Using alloc only for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-meissner committed Jan 30, 2024
1 parent 5e9b11b commit 7e36b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
#![cfg_attr(not(test), no_std)]
#![cfg_attr(feature = "strict", deny(warnings))]

#[cfg(test)]
extern crate alloc;

pub mod config;
Expand Down

0 comments on commit 7e36b16

Please sign in to comment.