-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Fix small headers display #86903
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix small headers display #86903
Conversation
Some changes occurred in HTML/CSS/JS. |
This would break the display of the stabilized versions on enum variants, if they weren't already broken from being |
Good catch, thanks! |
☔ The latest upstream changes (presumably #86966) made this pull request unmergeable. Please resolve the merge conflicts. |
Simply wrapping the section content into a |
f40a310
to
1f84bff
Compare
It's now ready @Nemo157. :) |
Seems likely to fix it all @bors r+ |
📌 Commit 1f84bff has been approved by |
…laumeGomez Rollup of 8 pull requests Successful merges: - rust-lang#84961 (Rework SESSION_GLOBALS API) - rust-lang#86726 (Use diagnostic items instead of lang items for rfc2229 migrations) - rust-lang#86789 (Update BTreeSet::drain_filter documentation) - rust-lang#86838 (Checking that function is const if marked with rustc_const_unstable) - rust-lang#86903 (Fix small headers display) - rust-lang#86913 (Document rustdoc with `--document-private-items`) - rust-lang#86957 (Update .mailmap file) - rust-lang#86971 (mailmap: Add alternative addresses for myself) Failed merges: - rust-lang#86869 (Account for capture kind in auto traits migration) r? `@ghost` `@rustbot` modify labels: rollup
You can see it on the
IoSlice
or on theErrorKind
pages.Before:
After:
r? @Nemo157