Skip to content

Commit

Permalink
[fix] fix merge or rebase miss
Browse files Browse the repository at this point in the history
  • Loading branch information
Alignof committed Sep 4, 2024
1 parent 94dad68 commit 76d1011
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@
//! // addi t0, t0, -276
//! ```
#![cfg_attr(not(test), no_std)]
extern crate alloc;

#![no_std]
extern crate alloc;

mod decode;
mod instruction;
Expand Down

0 comments on commit 76d1011

Please sign in to comment.