mirror of
https://github.com/nelsbrock/iter_accumulate.git
synced 2026-08-14 14:12:12 +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")
|
||||
.field("iter", &self.iter)
|
||||
.field("acc", &self.acc)
|
||||
.finish()
|
||||
.finish_non_exhaustive()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user