Skip to content

Commit

Permalink
It's so great to have clippy waste our collective time
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmr1993 committed Jan 12, 2025
1 parent 605fc4b commit 3796eb9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions o1vm/src/interpreters/mips/witness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ impl LookupMultiplicities {
}
}

impl Default for LookupMultiplicities {
fn default() -> Self {
Self::new()
}
}

/// This structure represents the environment the virtual machine state will use
/// to transition. This environment will be used by the interpreter. The virtual
/// machine has access to its internal state and some external memory. In
Expand Down

0 comments on commit 3796eb9

Please sign in to comment.