Skip to content

Commit f4414dd

Browse files
authored
Merge pull request rust-lang#3375 from GitNiko/patch-1
3192-dyno update plugin example
2 parents 3fe3c65 + a7db049 commit f4414dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3192-dyno.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ fn log_plugin_stats(plugin: &dyn Plugin) {
266266
}
267267
}
268268

269-
fn log_active_rules(f: &mut dyn Plugin) {
269+
fn log_active_rules(plugin: &mut dyn Plugin) {
270270
if let Some(rules) = plugin.borrow_plugin_data::<[Rule]>() {
271271
for r in rules {
272272
log(plugin.id(), r);

0 commit comments

Comments
 (0)