fix some clippies

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-09-04 11:31:18 +02:00
parent d2f76b645f
commit 7c934e5ca1
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ pub fn call(input: Input) -> anyhow::Result<Output> {
#[cfg(debug_assertions)]
if let Some(dbg_config) = &input.debug_config {
let _ = dbg_config
dbg_config
.dump_stage_output(&input.contract.path, Some("stage"), &input_json)
.map_err(|error| {
anyhow::anyhow!(