Merge pull request #3375 from GitNiko/patch-1

3192-dyno update plugin example
This commit is contained in:
Eric Huss 2023-01-22 07:24:03 -08:00 committed by GitHub
commit f4414ddaf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);