Skip to content

Commit

Permalink
Add some docs. Fix some issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
azteca1998 committed Dec 11, 2024
1 parent ac0e5ca commit 897cdcb
Show file tree
Hide file tree
Showing 6 changed files with 202 additions and 2,081 deletions.
1 change: 0 additions & 1 deletion benches/compile_time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,4 @@ pub fn bench_compile_time(c: &mut Criterion) {
}

criterion_group!(benches, bench_compile_time);

criterion_main!(benches);
2 changes: 1 addition & 1 deletion benches/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub fn prepare_programs(path: &str) -> Vec<(Arc<Program>, String)> {
.collect::<Vec<_>>()
}

#[allow(unused)] // its used but clippy doesn't detect it well
#[allow(unused)] // Used in `benches/libfuncs.rs`, but not in the others.
pub fn create_vm_runner(program: &Program) -> SierraCasmRunner {
SierraCasmRunner::new(
program.clone(),
Expand Down
Loading

0 comments on commit 897cdcb

Please sign in to comment.