We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f5e38 commit 1c23b87Copy full SHA for 1c23b87
src/docbuilder/rustwide_builder.rs
@@ -579,8 +579,6 @@ impl RustwideBuilder {
579
580
// Add docs.rs specific arguments
581
let mut cargo_args = Vec::new();
582
- // Show the command line Rustdoc is invoked with
583
- cargo_args.push("--verbose".into());
584
// We know that `metadata` unconditionally passes `-Z rustdoc-map`.
585
// Don't copy paste this, since that fact is not stable and may change in the future.
586
cargo_args.push("-Zunstable-options".into());
0 commit comments