Skip to content

Commit

Permalink
Add rustdocflags to Unit's Debug impl
Browse files Browse the repository at this point in the history
  • Loading branch information
gmorenz committed Jul 6, 2024
1 parent 236f58a commit d493801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cargo/core/compiler/unit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ impl fmt::Debug for Unit {
.field("mode", &self.mode)
.field("features", &self.features)
.field("rustflags", &self.rustflags)
.field("rustdocflags", &self.rustdocflags)
.field("artifact", &self.artifact.is_true())
.field(
"artifact_target_for_features",
Expand Down

0 comments on commit d493801

Please sign in to comment.