We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--output -
1 parent fb9562f commit caf30e5Copy full SHA for caf30e5
src/doc/rustdoc/src/unstable-features.md
@@ -515,6 +515,9 @@ pub fn no_documentation() {}
515
516
Note that the third item is the crate root, which in this case is undocumented.
517
518
+If you want the JSON output to be displayed on `stdout` instead of having a file generated, you can
519
+use `--output -`.
520
+
521
### `-w`/`--output-format`: output format
522
523
`--output-format json` emits documentation in the experimental
0 commit comments