Skip to content

rustdoc: Fix some unescaped HTML tags in docs - #91054

Merged
bors merged 1 commit into
rust-lang:masterfrom
camelid:fix-tags
Nov 20, 2021
Merged

rustdoc: Fix some unescaped HTML tags in docs#91054
bors merged 1 commit into
rust-lang:masterfrom
camelid:fix-tags

Conversation

@camelid

Copy link
Copy Markdown
Member

They were being interpreted literally.

They were being interpreted literally.
@camelidcamelid added the T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. label Nov 19, 2021
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @GuillaumeGomez

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 19, 2021
@GuillaumeGomez

Copy link
Copy Markdown
Member

Good catch!

@bors: r+ rollup

@bors

bors commented Nov 19, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit 0ae053a has been approved by GuillaumeGomez

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 19, 2021
@camelid

Copy link
Copy Markdown
MemberAuthor

Thanks!

@camelidcamelid added the A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools label Nov 19, 2021
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 19, 2021
rustdoc: Fix some unescaped HTML tags in docs
They were being interpreted literally.
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 20, 2021
…askrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#88361 (Makes docs for references a little less confusing)
- rust-lang#90089 (Improve display of enum variants)
- rust-lang#90956 (Add a regression test for rust-lang#87573)
- rust-lang#90999 (fix CTFE/Miri simd_insert/extract on array-style repr(simd) types)
- rust-lang#91026 (rustdoc doctest: detect `fn main` after an unexpected semicolon)
- rust-lang#91035 (Put back removed empty line)
- rust-lang#91044 (Turn all 0x1b_u8 into '\x1b' or b'\x1b')
- rust-lang#91054 (rustdoc: Fix some unescaped HTML tags in docs)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 54bc333 into rust-lang:masterNov 20, 2021
@rustbotrustbot added this to the 1.58.0 milestone Nov 20, 2021
@camelid
camelid deleted the fix-tags branch November 20, 2021 04:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@camelid@rust-highfive@GuillaumeGomez@bors@rustbot