We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b93ae5b + 4700833 commit 09ec4d1Copy full SHA for 09ec4d1
src/bin/cairo-native-run.rs
@@ -15,7 +15,7 @@ use cairo_native::{
15
starknet_stub::StubSyscallHandler,
16
};
17
use clap::{Parser, ValueEnum};
18
-#[cfg(any(feature = "with-libfunc-profiling"))]
+#[cfg(feature = "with-libfunc-profiling")]
19
use std::collections::HashMap;
20
use std::path::PathBuf;
21
use tracing_subscriber::{EnvFilter, FmtSubscriber};
0 commit comments