Skip to content

Commit

Permalink
make clippy happy (#83)
Browse files Browse the repository at this point in the history
Signed-off-by: Jay <[email protected]>
  • Loading branch information
BusyJay authored Dec 9, 2024
1 parent b6d5834 commit b4a733b
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 @@ -603,7 +603,7 @@ impl<'a> FailScenario<'a> {
}
}

impl<'a> Drop for FailScenario<'a> {
impl Drop for FailScenario<'_> {
fn drop(&mut self) {
let mut registry = self.scenario_guard.registry.write().unwrap();
Self::cleanup(&mut registry)
Expand Down

0 comments on commit b4a733b

Please sign in to comment.