Skip to content

Commit

Permalink
rm extern crate alloc in std env
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Mar 21, 2024
1 parent 5d1b62b commit 8e6e7dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
)]
#![forbid(unsafe_code)]

extern crate alloc;

pub mod context;
pub mod contract;
mod error;
Expand Down

0 comments on commit 8e6e7dc

Please sign in to comment.