We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bedee2 commit 174d404Copy full SHA for 174d404
crates/cli/src/main.rs
@@ -21,6 +21,7 @@ use heimdall_core::{
21
heimdall_disassembler::disassemble, heimdall_dump::dump, heimdall_inspect::inspect,
22
};
23
24
+#[allow(clippy::large_stack_frames)]
25
#[tokio::main]
26
async fn main() -> Result<()> {
27
let args = Arguments::parse();
0 commit comments