1
Fork 0

Add unstable --no-html-source rustdoc flag

This commit is contained in:
Guillaume Gomez 2023-08-23 15:53:48 +02:00
parent f2f999e7b2
commit 7ab27c5ed5
3 changed files with 9 additions and 1 deletions

View file

@ -656,6 +656,9 @@ fn opts() -> Vec<RustcOptGroup> {
"[rust]",
)
}),
unstable("html-no-source", |o| {
o.optflag("", "html-no-source", "Disable HTML source code pages generation")
}),
]
}