diff --git a/crates/ere-risczero/src/lib.rs b/crates/ere-risczero/src/lib.rs index 7b0c953..b8f1deb 100644 --- a/crates/ere-risczero/src/lib.rs +++ b/crates/ere-risczero/src/lib.rs @@ -14,7 +14,7 @@ impl Compiler for RV32_IM_RISCZERO_ZKVM_ELF { type Program = Vec; - fn compile(path_to_program: &std::path::Path) -> Result { + fn compile(_path_to_program: &std::path::Path) -> Result { todo!() } }