From 7c2cc83b6e33f114b99e8902ccb89049b3075d3f Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:06:00 +0200 Subject: [PATCH] Oopsie --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 4c7f3be..f95963d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1173,7 +1173,7 @@ pub struct IterMut<'a, T> { impl 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() } }