-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
[beta] rustdoc: fix line numbers display for [src] pages #56819
Conversation
|
Something i found while looking at the CSS that i missed on the original PR: there's another rust/src/librustdoc/html/static/rustdoc.css Lines 308 to 310 in f4b07e0
|
Indeed, sending a PR right away! |
…QuietMisdreavus Improve CSS rule Needed for rust-lang#56819. r? @QuietMisdreavus
I pushed a commit that includes the change from #56844. |
@bors r+ |
📌 Commit 2179544 has been approved by |
…fix r=pietroalbini
Rolled this up. |
[beta] Rollup backports PRs accepted for backport: * #56781: Update LLVM submodule * #56615: Update the book to fix some edition-related bugs * #56562: Update libc version required by rustc * #56282: Fix #56237: normalize type before deferred sizedness checking. * Release notes for Rust 1.31.1 Approved PRs targeting beta: * #56819: [beta] rustdoc: fix line numbers display for [src] pages * #56893: [beta] Revert "Update CI-clang to 7.0.0 for Linux dists." r? @ghost
Backporting #56498
Fixes #56720
r? @GuillaumeGomez