Skip to content

Commit

Permalink
[fix] remove extern alloc crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Alignof committed Sep 28, 2024
1 parent 76d1011 commit 2519b1d
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 2519b1d

Please sign in to comment.