diff --git a/src/lib.rs b/src/lib.rs index 6b4e050..04b009e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;