Fix invalid HTML generation for higher bounds#89700
Merged
bors merged 1 commit intorust-lang:masterfrom Oct 9, 2021
Merged
Conversation
notriddle
approved these changes
Oct 9, 2021
Contributor
|
I’m really looking forward to when rustdoc finished switching to Tera. |
Member
Author
|
I'm still having reserve about tera, mostly about the size of the generated HTML. They insert a lot of useless whitespaces, which is kinda problematic when done too many times... |
Member
Author
|
@bors: r=notriddle rollup |
Collaborator
|
📌 Commit 3214253 has been approved by |
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this pull request
Oct 9, 2021
…ound-html-gen, r=notriddle Fix invalid HTML generation for higher bounds Considering this is a bug, I cherry-picked the commit from rust-lang#89676 so it's merged more quickly. r? `@notriddle`
This was referenced Oct 9, 2021
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Oct 9, 2021
…laumeGomez Rollup of 6 pull requests Successful merges: - rust-lang#75644 (Add 'core::array::from_fn' and 'core::array::try_from_fn') - rust-lang#87528 (stack overflow handler specific openbsd change.) - rust-lang#88436 (std: Stabilize command_access) - rust-lang#89614 (Update to Unicode 14.0) - rust-lang#89664 (Add documentation to boxed conversions) - rust-lang#89700 (Fix invalid HTML generation for higher bounds) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Considering this is a bug, I cherry-picked the commit from #89676 so it's merged more quickly.
r? @notriddle