Skip to content

Commit

Permalink
updated starknet-crypto crate to allow unused extern crate
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketpr01 committed Jun 18, 2024
1 parent 32e7ebd commit 2e1d496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starknet-crypto/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![doc = include_str!("../README.md")]

#[allow(unused_extern_crates)]
#[cfg(all(not(feature = "std"), any(test, feature = "alloc")))]
extern crate alloc;

Expand Down

0 comments on commit 2e1d496

Please sign in to comment.