[beta] rustdoc: fix line numbers display for [src] pages#56819
Merged
bors merged 2 commits intorust-lang:betafrom Dec 18, 2018
Merged
[beta] rustdoc: fix line numbers display for [src] pages#56819bors merged 2 commits intorust-lang:betafrom
bors merged 2 commits intorust-lang:betafrom
Conversation
Contributor
|
Contributor
Author
|
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 |
Member
|
Indeed, sending a PR right away! |
Merged
Centril
added a commit
to Centril/rust
that referenced
this pull request
Dec 16, 2018
…QuietMisdreavus Improve CSS rule Needed for rust-lang#56819. r? @QuietMisdreavus
Contributor
Author
|
I pushed a commit that includes the change from #56844. |
Member
|
@bors r+ |
Collaborator
|
📌 Commit 2179544 has been approved by |
emilyalbini
added a commit
to emilyalbini/rust
that referenced
this pull request
Dec 17, 2018
…fix r=pietroalbini
Member
|
Rolled this up. |
bors
added a commit
that referenced
this pull request
Dec 18, 2018
[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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backporting #56498
Fixes #56720
r? @GuillaumeGomez