mirror of
https://github.com/eth-act/ere.git
synced 2026-02-19 11:54:42 -05:00
silence linter
This commit is contained in:
@@ -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!()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user