Skip to content

Commit

Permalink
rename closure to _closure in dummy do_execute_proc
Browse files Browse the repository at this point in the history
  • Loading branch information
sonodima committed Oct 3, 2024
1 parent a1e41df commit f699341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ where
}

#[cfg(any(not(windows), docsrs))]
fn do_execute_proc<F>(closure: F) -> Result<(), Exception>
fn do_execute_proc<F>(_closure: F) -> Result<(), Exception>
where
F: FnMut(),
{
Expand Down

0 comments on commit f699341

Please sign in to comment.