Mark erased Debug output non-exhaustive
This commit is contained in:
+1
-1
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user