Skip to content

Commit

Permalink
small compiler 1.83 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blandger committed Jan 5, 2025
1 parent 84ec06f commit e553e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ impl<'a> Generator<'a> {
}
}

impl<'a> Debug for Generator<'a> {
impl Debug for Generator<'_> {
fn fmt(&self, f: &mut Formatter) -> fmt::Result {
f.debug_struct("Generator")
.field("ctx", &self.ctx)
Expand Down

0 comments on commit e553e1d

Please sign in to comment.