Skip to content

Commit d493801

Browse files
committed
Add rustdocflags to Unit's Debug impl
1 parent 236f58a commit d493801

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cargo/core/compiler/unit.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ impl fmt::Debug for Unit {
175175
.field("mode", &self.mode)
176176
.field("features", &self.features)
177177
.field("rustflags", &self.rustflags)
178+
.field("rustdocflags", &self.rustdocflags)
178179
.field("artifact", &self.artifact.is_true())
179180
.field(
180181
"artifact_target_for_features",

0 commit comments

Comments
 (0)