From bfc6ad9068f4e7d364c811fb33d648b27f4994e7 Mon Sep 17 00:00:00 2001 From: Kevaundray Wedderburn Date: Mon, 12 May 2025 13:09:00 +0100 Subject: [PATCH] silence linter --- crates/ere-risczero/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!() } }