Skip to content

Commit

Permalink
fix: Add #[macro_use]
Browse files Browse the repository at this point in the history
  • Loading branch information
igamigo committed Jan 17, 2025
1 parent 801f18e commit 9e65ad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion miden-proving-service-client/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#![no_std]
use alloc::string::{String, ToString};

#[macro_use]
extern crate alloc;
use alloc::string::{String, ToString};

#[cfg(feature = "std")]
extern crate std;
Expand Down

0 comments on commit 9e65ad5

Please sign in to comment.