File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,6 @@ impl Debug for PatriciaKey {
216
216
}
217
217
218
218
/// A utility macro to create a [`PatriciaKey`] from a hex string / unsigned integer representation.
219
- #[ cfg( any( feature = "testing" , test) ) ]
220
219
#[ macro_export]
221
220
macro_rules! patricia_key {
222
221
( $s: expr) => {
@@ -225,7 +224,6 @@ macro_rules! patricia_key {
225
224
}
226
225
227
226
/// A utility macro to create a [`ClassHash`] from a hex string / unsigned integer representation.
228
- #[ cfg( any( feature = "testing" , test) ) ]
229
227
#[ macro_export]
230
228
macro_rules! class_hash {
231
229
( $s: expr) => {
@@ -235,7 +233,6 @@ macro_rules! class_hash {
235
233
236
234
/// A utility macro to create a [`ContractAddress`] from a hex string / unsigned integer
237
235
/// representation.
238
- #[ cfg( any( feature = "testing" , test) ) ]
239
236
#[ macro_export]
240
237
macro_rules! contract_address {
241
238
( $s: expr) => {
Original file line number Diff line number Diff line change @@ -249,7 +249,6 @@ impl Display for StarkFelt {
249
249
}
250
250
251
251
/// A utility macro to create a [`StarkFelt`] from a hex string representation.
252
- #[ cfg( any( feature = "testing" , test) ) ]
253
252
#[ macro_export]
254
253
macro_rules! stark_felt {
255
254
( $s: expr) => {
You can’t perform that action at this time.
0 commit comments