mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Revert "Use rustdoc --document-private-item instead of deprecated flags"
This reverts commit d96f0ff6a7
.
This commit is contained in:
parent
e2c89df8ee
commit
6dff251e35
3 changed files with 10 additions and 6 deletions
|
@ -255,12 +255,9 @@ class MachCommands(CommandBase):
|
|||
|
||||
packages.discard('stylo')
|
||||
|
||||
env = self.build_env()
|
||||
env = self.build_env(test_unit=True)
|
||||
env["RUST_BACKTRACE"] = "1"
|
||||
|
||||
# Work around https://github.com/rust-lang/cargo/issues/4790
|
||||
del env["RUSTDOCFLAGS"]
|
||||
|
||||
if "msvc" in host_triple():
|
||||
# on MSVC, we need some DLLs in the path. They were copied
|
||||
# in to the servo.exe build dir, so just point PATH to that.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue