-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix code block information icon position #62238
Fix code block information icon position #62238
Conversation
As usual, small fix, a few days passed and still no comments so I'll just r+ it... I'll add the corresponding test in rust-docs-test-ui repository. @bors: r=rustdoc rollup |
📌 Commit e861efd has been approved by |
@bors r- Can you post a before/after screenshot for actual bulleted/numbered lists? |
Never mind, i just tested this myself. In the future, please refrain from approving your own PRs, no matter how small. If you have several small PRs waiting for review, please ping me directly, on Discord, so i can read through them. I have too many GitHub notifications now to keep up with everything. @bors r+ |
📌 Commit e861efd has been approved by |
The before was in the linked issue. And sure, will do that next time! |
…mation-icon-pos, r=QuietMisdreavus Fix code block information icon position Fixes rust-lang#62118. A screenshot of the fix: <img width="720" alt="Screenshot 2019-06-29 at 18 28 59" src="https://user-images.githubusercontent.com/3050060/60386900-edb23b80-9a9b-11e9-9f4f-0f343674348c.png"> r? @rust-lang/rustdoc
…mation-icon-pos, r=QuietMisdreavus Fix code block information icon position Fixes rust-lang#62118. A screenshot of the fix: <img width="720" alt="Screenshot 2019-06-29 at 18 28 59" src="https://user-images.githubusercontent.com/3050060/60386900-edb23b80-9a9b-11e9-9f4f-0f343674348c.png"> r? @rust-lang/rustdoc
Rollup of 10 pull requests Successful merges: - #62123 ( Remove needless lifetimes (std)) - #62150 (Implement mem::{zeroed,uninitialized} in terms of MaybeUninit.) - #62169 (Derive which queries to save using the proc macro) - #62238 (Fix code block information icon position) - #62292 (Move `async || ...` closures into `#![feature(async_closure)]`) - #62323 (Clarify unaligned fields in ptr::{read,write}_unaligned) - #62324 (Reduce reliance on `await!(...)` macro) - #62371 (Add tracking issue for Box::into_pin) - #62383 (Improve error span for async type inference error) - #62388 (Break out of the correct number of scopes in loops) Failed merges: r? @ghost
Fixes #62118.
A screenshot of the fix:
r? @rust-lang/rustdoc