Skip to content

Remove needless alloc_slice - #77936

Merged
bors merged 1 commit into
rust-lang:masterfrom
est31:remove_needless_alloc_slice
Oct 15, 2020
Merged

Remove needless alloc_slice#77936
bors merged 1 commit into
rust-lang:masterfrom
est31:remove_needless_alloc_slice

Conversation

@est31

Copy link
Copy Markdown
Member

Don't invoke alloc_slice.

Arenas are temporary,
empty slices are eternal!

Don't invoke alloc_slice.
Arenas are temporary,
empty slices are eternal!
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @varkor

(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 Oct 14, 2020
@jonas-schievink

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Oct 14, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 3019074 has been approved by jonas-schievink

@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 Oct 14, 2020
@JohnTitorJohnTitor mentioned this pull request Oct 14, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 14, 2020
Rollup of 9 pull requests
Successful merges:
- rust-lang#77570 (Allow ascii whitespace char for doc aliases )
- rust-lang#77739 (Remove unused code)
- rust-lang#77753 (Check html comments)
- rust-lang#77879 (Provide better documentation and help messages for x.py setup)
- rust-lang#77902 (Include aarch64-pc-windows-msvc in the dist manifests)
- rust-lang#77934 (Document -Z codegen-backend in the unstable book)
- rust-lang#77936 (Remove needless alloc_slice)
- rust-lang#77946 (Validate references to source scopes)
- rust-lang#77951 (Update books)
Failed merges:
r? `@ghost`
@bors
bors merged commit df08fe7 into rust-lang:masterOct 15, 2020
@rustbotrustbot added this to the 1.49.0 milestone Oct 15, 2020
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.

6 participants

@est31@rust-highfive@jonas-schievink@bors@varkor@rustbot