Skip to content

Commit 09ec4d1

Browse files
Merge branch 'main' into libfunc_counter
2 parents b93ae5b + 4700833 commit 09ec4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/cairo-native-run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use cairo_native::{
1515
starknet_stub::StubSyscallHandler,
1616
};
1717
use clap::{Parser, ValueEnum};
18-
#[cfg(any(feature = "with-libfunc-profiling"))]
18+
#[cfg(feature = "with-libfunc-profiling")]
1919
use std::collections::HashMap;
2020
use std::path::PathBuf;
2121
use tracing_subscriber::{EnvFilter, FmtSubscriber};

0 commit comments

Comments
 (0)