Guillaume Gomez 5cbc00fb7e
Rollup merge of #115135 - GuillaumeGomez:no-html-source-flag, r=notriddle
Rustdoc: Add unstable --no-html-source flag

Fixes https://github.com/rust-lang/rust/issues/115060.

This is the equivalent of `#![doc(no_html_source)]` but on the command-line. It disables the generation of the source pages (and of the links pointing to them as well).

The motivation behind this is to enable to reduce documentation size when generating it in some locations without enforcing this to end users or adding a new feature to enable/disable the crate attribute.

r? `@notriddle`
2023-08-23 17:46:35 +02:00
..
2023-06-23 18:36:25 +01:00
2023-07-27 14:44:13 -07:00
2023-07-27 19:05:17 +02:00
2023-06-30 21:13:24 +00:00
2023-08-03 14:50:50 +02:00