mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Pass --document-private-items
as rustdoc flag (#30327)
* Pass `--document-private-items` as rustdoc flag This was removed in https://github.com/servo/servo/pull/29895, but as [noted on zulip](https://servo.zulipchat.com/#narrow/stream/263398-general/topic/Documentation.20missing.20for.20some.20script.20types.3F), this caused some docs to be missing. * rustdocflags in config.toml
This commit is contained in:
parent
56976efaa2
commit
c079acb3c3
1 changed files with 3 additions and 0 deletions
|
@ -39,3 +39,6 @@ linker = "lld-link.exe"
|
|||
|
||||
[env]
|
||||
MACOSX_DEPLOYMENT_TARGET = "10.10"
|
||||
|
||||
[build]
|
||||
rustdocflags = ["--document-private-items"]
|
Loading…
Add table
Add a link
Reference in a new issue