Skip to content

Turn all 0x1b_u8 into '\x1b' or b'\x1b' - #91044

Merged
bors merged 1 commit into
masterfrom
unknown repository
Nov 20, 2021
Merged

Turn all 0x1b_u8 into '\x1b' or b'\x1b'#91044
bors merged 1 commit into
masterfrom
unknown repository

Conversation

@ghost

Copy link
Copy Markdown

Supersedes #91040

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @joshtriplett

(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
@joshtriplett

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Nov 19, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit a2d7857 has been approved by joshtriplett

@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
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 19, 2021
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 19, 2021
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 19, 2021
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 62b259c into rust-lang:masterNov 20, 2021
@rustbotrustbot added this to the 1.58.0 milestone Nov 20, 2021
@m-ou-se

Copy link
Copy Markdown
Member

(Tip for next time: If you base your PR on someone elses PR/commit, you can give them credit with a Co-authored-by: line in the commit message.)

@ghost

Copy link
Copy Markdown
Author

@m-ou-se oh, thanks, that's a great idea! Even better I could've split it into 2 commits and done --author T-O-R-U-S for one commit but I learned about that only recently (after this PR).

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@rust-highfive@joshtriplett@bors@m-ou-se@rustbot