mirror of
https://github.com/nelsbrock/iter_accumulate.git
synced 2026-08-14 22:16:48 +02:00
use finish_non_exhaustive in Debug implementation
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ where
|
|||||||
f.debug_struct("Accumulate")
|
f.debug_struct("Accumulate")
|
||||||
.field("iter", &self.iter)
|
.field("iter", &self.iter)
|
||||||
.field("acc", &self.acc)
|
.field("acc", &self.acc)
|
||||||
.finish()
|
.finish_non_exhaustive()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user