mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
fix(hpu): clippy lint
This commit is contained in:
committed by
Nicolas Sarlin
parent
ae6f96e0ec
commit
4d02d3abb4
@@ -127,11 +127,7 @@ where
|
||||
Ok(op) => asm_ops.push(AsmOp::Stmt(op)),
|
||||
Err(err) => {
|
||||
tracing::warn!("ReadAsm failed @{file}:{}", line + 1);
|
||||
anyhow::bail!(
|
||||
"ReadAsm failed @{file}:{} with {}",
|
||||
line + 1,
|
||||
err.to_string()
|
||||
);
|
||||
anyhow::bail!("ReadAsm failed @{file}:{} with {}", line + 1, err);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user