Add unstable --no-html-source
rustdoc flag
This commit is contained in:
parent
f2f999e7b2
commit
7ab27c5ed5
3 changed files with 9 additions and 1 deletions
|
@ -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")
|
||||
}),
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue