Uh oh!
There was an error while loading. Please reload this page.
Fix rustdoc stabilized versions layout - #86370
Conversation
rust-highfive
commented
Jun 16, 2021
Some changes occurred in HTML/CSS/JS. |
rust-highfive
commented
Jun 16, 2021
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @GuillaumeGomez (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
There was a problem hiding this comment.
Instead of removing this, please add position: relative; to .small-section-header {.
There was a problem hiding this comment.
I mistakenly force-pushed, it should have been an extra commit as I read from @rust-highfive ...my bad!
b500a59 to
68f9172CompareGuillaumeGomez
commented
Jun 17, 2021
Waiting for CI to pass then approving it. |
GuillaumeGomez
commented
Jun 18, 2021
@bors: r+ |
bors
commented
Jun 18, 2021
📌 Commit 68f9172 has been approved by |
…d-versions-layout, r=GuillaumeGomez Fix rustdoc stabilized versions layout Fixesrust-lang#86342 r? ``@GuillaumeGomez``
Rollup of 9 pull requests Successful merges: - rust-lang#86136 (Stabilize span_open() and span_close().) - rust-lang#86359 (Use as_secs_f64 in JunitFormatter) - rust-lang#86370 (Fix rustdoc stabilized versions layout) - rust-lang#86397 (Alter std::cell::Cell::get_mut documentation) - rust-lang#86407 (Use `map_or` instead of open-coding it) - rust-lang#86425 (Update rustversion to 1.0.5) - rust-lang#86440 (Update library tracking issue for libs-api rename.) - rust-lang#86444 (Fix ICE with `#[repr(simd)]` on enum) - rust-lang#86453 (stdlib: Fix typo in internal RefCell docs ) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes#86342
r? @GuillaumeGomez