Mark erased Debug output non-exhaustive

This commit is contained in:
2026-07-31 03:36:00 +02:00
parent 9b45b967e2
commit 5091ab1d4b
+1 -1
View File
@@ -58,7 +58,7 @@ impl fmt::Debug for TypeErasedVec {
.field("layout", &self.layout)
.field("length", &self.parts.len)
.field("capacity", &self.parts.cap)
.finish()
.finish_non_exhaustive()
}
}