Skip to content

Commit

Permalink
docs: Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
igamigo committed Jan 17, 2025
1 parent 8853804 commit a522a50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions miden-proving-service-client/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#![no_std]

// We gate this #[macro_use] behind the `tx-prover` flag because prost generates code that uses
// non-explicitly imported macros, and this generated code is behind this feature flag
#[cfg_attr(feature = "tx-prover", macro_use)]
extern crate alloc;
use alloc::string::{String, ToString};
Expand Down

0 comments on commit a522a50

Please sign in to comment.