Skip to content

Commit

Permalink
Take stark_felt out of testing feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahVlasov committed Dec 3, 2023
1 parent ec254b9 commit 7439dd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ impl Display for StarkFelt {
}

/// A utility macro to create a [`StarkFelt`] from a hex string representation.
#[cfg(any(feature = "testing", test))]
#[macro_export]
macro_rules! stark_felt {
($s:expr) => {
Expand Down

0 comments on commit 7439dd4

Please sign in to comment.