Auto merge of #29900 - mrobinson:fix-documentation, r=mukilan

Fix the rustdoc build after recent changes

If passing --disable-minification, we must also enable unstable-options. This was happening before, but by accident.

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because they are a build fix.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
This commit is contained in:
bors-servo 2023-06-21 13:03:50 +02:00 committed by GitHub
commit 890bf9fc76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ jobs:
- name: Compile docs
run: python3 ./mach doc
env:
RUSTDOCFLAGS: --disable-minification
RUSTDOCFLAGS: -Z unstable-options --disable-minification
- name: Upload docs
run: |
cd target/doc