Uh oh!
There was an error while loading. Please reload this page.
Reduce prominence of item-infos - #91075
Conversation
rust-highfive
commented
Nov 20, 2021
Some changes occurred in HTML/CSS/JS. |
rust-highfive
commented
Nov 20, 2021
(rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
- Remove border. - Reduce size of emoji slightly. - Remove details disclosure for unstable reason. This was inconsistent with our other details disclosures, and the detail revealed was usually better explained by clicking on the issue link.
GuillaumeGomez
commented
Nov 20, 2021
This looks good to me, however, since it isn't a small UI change, I'd prefer for the rest of the @rust-lang/rustdoc team to confirm that they agree with it. |
Manishearth
commented
Nov 20, 2021
Seems good to me! |
camelid
commented
Nov 20, 2021
Seems good to me as well!
Yeah, it wasn't formatted very well either. |
jsha
commented
Nov 24, 2021
@GuillaumeGomez looks like we have positive responses from @camelid, @Nemo157, and @Manishearth. Good enough to go forward on this PR? |
GuillaumeGomez
commented
Nov 24, 2021
I think to make it. If others want to comment, they can still do it on the PR. |
jyn514
commented
Nov 24, 2021
I don't have strong opinions, seems fine. |
jyn514
commented
Nov 24, 2021
@bors r=GuillaumeGomez |
bors
commented
Nov 24, 2021
📌 Commit e6ab982 has been approved by |
Reduce prominence of item-infos Fixesrust-lang#59853 - Remove border. - Reduce size of emoji slightly. - Remove details disclosure for unstable reason. This was inconsistent with our other details disclosures, and the detail revealed was usually better explained by clicking on the issue link. Demo: https://rustdoc.crud.net/jsha/chill-item-info/std/mem/union.MaybeUninit.html#method.slice_assume_init_ref Compare vs: https://doc.rust-lang.org/nightly/std/mem/union.MaybeUninit.html#method.slice_assume_init_ref <img src="https://user-images.githubusercontent.com/220205/142717815-09828c9e-6ff4-445a-8ccc-31e028fd4985.png" width=700>
Reduce prominence of item-infos Fixesrust-lang#59853 - Remove border. - Reduce size of emoji slightly. - Remove details disclosure for unstable reason. This was inconsistent with our other details disclosures, and the detail revealed was usually better explained by clicking on the issue link. Demo: https://rustdoc.crud.net/jsha/chill-item-info/std/mem/union.MaybeUninit.html#method.slice_assume_init_ref Compare vs: https://doc.rust-lang.org/nightly/std/mem/union.MaybeUninit.html#method.slice_assume_init_ref <img src="https://user-images.githubusercontent.com/220205/142717815-09828c9e-6ff4-445a-8ccc-31e028fd4985.png" width=700>
…laumeGomez Rollup of 7 pull requests Successful merges: - rust-lang#89542 (Partially stabilize `duration_consts_2`) - rust-lang#90044 (Restrict aarch64 outline atomics to glibc for now.) - rust-lang#90420 (Create rustdoc_internals feature gate) - rust-lang#91075 (Reduce prominence of item-infos) - rust-lang#91151 (Fix test in std::process on android) - rust-lang#91179 (Fix more <a> color) - rust-lang#91199 (rustdoc: Add test for mixing doc comments and attrs) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Fixes#59853
Demo: https://rustdoc.crud.net/jsha/chill-item-info/std/mem/union.MaybeUninit.html#method.slice_assume_init_ref
Compare vs: https://doc.rust-lang.org/nightly/std/mem/union.MaybeUninit.html#method.slice_assume_init_ref