silence linter

This commit is contained in:
Kevaundray Wedderburn
2025-05-12 13:09:00 +01:00
parent 233d5cc2b1
commit bfc6ad9068

View File

@@ -14,7 +14,7 @@ impl Compiler for RV32_IM_RISCZERO_ZKVM_ELF {
type Program = Vec<u8>;
fn compile(path_to_program: &std::path::Path) -> Result<Self::Program, Self::Error> {
fn compile(_path_to_program: &std::path::Path) -> Result<Self::Program, Self::Error> {
todo!()
}
}