We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b940258 commit 6780da7Copy full SHA for 6780da7
src/librustdoc/lib.rs
@@ -618,15 +618,15 @@ fn opts() -> Vec<RustcOptGroup> {
618
o.optmulti(
619
"",
620
"include-info-json",
621
- "Includes trait implementations and other crate info from PATH/CRATE/crate-info.json",
622
- "CRATE=PATH",
+ "Includes trait implementations and other crate info from PATH",
+ "PATH",
623
)
624
}),
625
unstable("write-info-json", |o| {
626
o.optopt(
627
628
"write-info-json",
629
- "Writes trait implementations and other info for the current crate to PATH/<crate name>/crate-info.json",
+ "Writes trait implementations and other info for the current crate to PATH",
630
"PATH",
631
632
0 commit comments