Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ligustah committed May 2, 2024
1 parent d39ff8c commit 802cbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ macro_rules! typed_rule {
context: &$crate::rules::RuleContext<T>,
) -> eyre::Result<$crate::rules::Evaluation> {
match item {
$t(premint) => $fn(&premint, context).await,
$t(premint) => $fn(premint, context).await,
_ => $crate::ignore!("Wrong type"),
}
}
Expand Down

0 comments on commit 802cbaf

Please sign in to comment.