Skip to content

Commit 1c23b87

Browse files
jyn514Joshua Nelson
authored and
Joshua Nelson
committed
Remove --verbose when building with cargo
This causes the logs to be too large and get truncated.
1 parent 14f5e38 commit 1c23b87

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/docbuilder/rustwide_builder.rs

-2
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,6 @@ impl RustwideBuilder {
579579

580580
// Add docs.rs specific arguments
581581
let mut cargo_args = Vec::new();
582-
// Show the command line Rustdoc is invoked with
583-
cargo_args.push("--verbose".into());
584582
// We know that `metadata` unconditionally passes `-Z rustdoc-map`.
585583
// Don't copy paste this, since that fact is not stable and may change in the future.
586584
cargo_args.push("-Zunstable-options".into());

0 commit comments

Comments
 (0)