mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02: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:
@@ -39,3 +39,6 @@ linker = "lld-link.exe"
|
||||
|
||||
[env]
|
||||
MACOSX_DEPLOYMENT_TARGET = "10.10"
|
||||
|
||||
[build]
|
||||
rustdocflags = ["--document-private-items"]
|
||||
Reference in New Issue
Block a user