Rustdoc: Highlight <code> elements (from Markdown backticks)#16296
Merged
bors merged 2 commits intorust-lang:masterfrom Aug 6, 2014
Merged
Rustdoc: Highlight <code> elements (from Markdown backticks)#16296bors merged 2 commits intorust-lang:masterfrom
backticks)#16296bors merged 2 commits intorust-lang:masterfrom
Conversation
… to separate text from the edge of the newly added background.
Contributor
|
What does this look like? |
Contributor
Author
|
It’s very similar to what Github does: |
Contributor
Author
|
This helps because the monospace font is not always enough to visually distinguish code from normal text. |
lnicola
pushed a commit
to lnicola/rust
that referenced
this pull request
Aug 13, 2024
feat: Implement TAIT and fix ATPIT a bit Closes rust-lang#16296 (Commented on the issue) In rust-lang#16852, I implemented ATPIT, but as I didn't discern ATPIT and other non-assoc TAIT, I guess that it has been working for some TAITs. As the definining usage of TAIT requires it should be appear in the Def body's type(const blocks' type annotations or functions' signatures), this can be done in simlilar way with ATPIT And this PR also corrects some defining-usage resolution for ATPIT
flip1995
pushed a commit
to flip1995/rust
that referenced
this pull request
Jan 8, 2026
Closes rust-lang/rust-clippy#16293 Also contains fixes of several other lints, on handling macros changelog: [`checked_conversions`] fix wrongly unmangled macros changelog: [`manual_ignore_case_cmp`] fix wrongly unmangled macros changelog: [`manual_ilog2`] fix wrongly unmangled macros changelog: [`needless_bool_assign`] fix wrongly unmangled macros changelog: [`manual_is_multiple_of`] fix wrongly unmangled macros
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.
No description provided.