Skip to content

Commit

Permalink
Merge pull request #3375 from GitNiko/patch-1
Browse files Browse the repository at this point in the history
3192-dyno update plugin example
  • Loading branch information
ehuss authored Jan 22, 2023
2 parents 3fe3c65 + a7db049 commit f4414dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/3192-dyno.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ fn log_plugin_stats(plugin: &dyn Plugin) {
}
}

fn log_active_rules(f: &mut dyn Plugin) {
fn log_active_rules(plugin: &mut dyn Plugin) {
if let Some(rules) = plugin.borrow_plugin_data::<[Rule]>() {
for r in rules {
log(plugin.id(), r);
Expand Down

0 comments on commit f4414dd

Please sign in to comment.