1
Fork 0

Use DebugStruct::finish_non_exhaustive() in std.

This commit is contained in:
Mara Bos 2021-03-27 13:29:23 +01:00
parent feaac19f17
commit 2afa4cc958
8 changed files with 21 additions and 15 deletions

View file

@ -234,7 +234,7 @@ impl fmt::Debug for Child {
.field("stdin", &self.stdin)
.field("stdout", &self.stdout)
.field("stderr", &self.stderr)
.finish()
.finish_non_exhaustive()
}
}