Skip to content

Commit

Permalink
merge pull request #18 from sonodima/chore/change-do-exec-proc-param
Browse files Browse the repository at this point in the history
rename closure to _closure in dummy do_execute_proc
  • Loading branch information
sonodima authored Oct 3, 2024
2 parents 9b48e15 + f699341 commit 079cf4b
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 079cf4b

Please sign in to comment.