Skip to content

Commit

Permalink
cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbrown authored and warfaj committed Feb 10, 2024
1 parent df92899 commit 37cabc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pax-runtime/src/engine/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ pub struct ExpressionTable {

#[cfg(debug_assertions)]
impl Debug for ExpressionTable {
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
fn fmt(&self, _f: &mut Formatter<'_>) -> std::fmt::Result {
unimplemented!()
}
}
Expand Down

0 comments on commit 37cabc9

Please sign in to comment.