Skip to content

Commit

Permalink
Merge pull request #23 from Alignof/hotfix/remove_alloc
Browse files Browse the repository at this point in the history
Remove `extern crate alloc;`
  • Loading branch information
Alignof authored Sep 28, 2024
2 parents 76d1011 + 2519b1d commit 485d00d
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 @@ -26,8 +26,6 @@
//! ```
#![cfg_attr(not(test), no_std)]

extern crate alloc;

mod decode;
mod instruction;

Expand Down

0 comments on commit 485d00d

Please sign in to comment.