Re-enable minification to fix the doc build (#30871)

Disable isn't possible for non-nightly versions of Rust, so this is
currently breaking the doc build. In addition, it seems that the
original issue that triggered this change [^1] is now fixed.

[^1]: https://github.com/rust-lang/rust/issues/58849
This commit is contained in:
Martin Robinson 2023-12-13 17:57:43 +01:00 committed by GitHub
parent 7ed6f330cf
commit 01013b9ea8
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: -Z unstable-options --disable-minification --document-private-items
RUSTDOCFLAGS: --document-private-items
- name: Upload docs
run: |
cd target/doc