Skip to content

Cleanup a use in a raw_vec test - #50527

Merged
bors merged 1 commit into
rust-lang:masterfrom
glandium:cleanup
May 9, 2018
Merged

Cleanup a use in a raw_vec test#50527
bors merged 1 commit into
rust-lang:masterfrom
glandium:cleanup

Conversation

@glandium

Copy link
Copy Markdown
Contributor

allocator is deprecated in favor of alloc, and Alloc is already imported
through super::*.

`allocator` is deprecated in favor of `alloc`, and `Alloc` is already imported
through `super::*`.
@emilyalbiniemilyalbini added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 8, 2018
@emilyalbini

Copy link
Copy Markdown
Member

Assigning someone from the libs team, @sfackler?

@sfackler

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented May 8, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 663c096 has been approved by sfackler

@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 May 8, 2018
@kennytmkennytm mentioned this pull request May 8, 2018
kennytm added a commit to kennytm/rust that referenced this pull request May 9, 2018
Cleanup a `use` in a raw_vec test
`allocator` is deprecated in favor of `alloc`, and `Alloc` is already imported
through `super::*`.
bors added a commit that referenced this pull request May 9, 2018
Rollup of 11 pull requests
Successful merges:
- #49988 (Mention Result<!, E> in never docs.)
- #50148 (turn `ManuallyDrop::new` into a constant function)
- #50456 (Update the Cargo submodule)
- #50460 (Make `String::new()` const)
- #50464 (Remove some transmutes)
- #50505 (Added regression function match value test)
- #50511 (Add some explanations for #[must_use])
- #50525 (Optimize string handling in lit_token().)
- #50527 (Cleanup a `use` in a raw_vec test)
- #50539 (Add more logarithm constants)
- #49523 (Update RELEASES.md for 1.26.0)
Failed merges:
@bors
bors merged commit 663c096 into rust-lang:masterMay 9, 2018
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.

4 participants

@glandium@emilyalbini@sfackler@bors