Skip to content

Commit

Permalink
Oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Jun 16, 2024
1 parent a1e5cc6 commit 7c2cc83
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 @@ -1173,7 +1173,7 @@ pub struct IterMut<'a, T> {

impl<T: fmt::Debug> fmt::Debug for IterMut<'_, T> {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
f.debug_struct("Iter").finish_non_exhaustive()
f.debug_struct("IterMut").finish_non_exhaustive()
}
}

Expand Down

0 comments on commit 7c2cc83

Please sign in to comment.