Skip to content

Commit

Permalink
Re-enable minification to fix the doc build
Browse files Browse the repository at this point in the history
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]: rust-lang/rust#58849
  • Loading branch information
mrobinson committed Dec 13, 2023
1 parent 97e6c72 commit ab7d70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab7d70e

Please sign in to comment.