Skip to content

Commit

Permalink
Final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mamaicode committed Oct 21, 2023
1 parent c50fbd4 commit 7b352ce
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 @@ -185,7 +185,7 @@ impl<T> fmt::Debug for Event<T> {
.finish()
}
None => f
.debug_tuple("event")
.debug_tuple("Event")
.field(&format_args!("<uninitialized>"))
.finish(),
}
Expand Down

0 comments on commit 7b352ce

Please sign in to comment.