Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup a use in a raw_vec test #50527

Merged
merged 1 commit into from
May 9, 2018
Merged

Cleanup a use in a raw_vec test #50527

merged 1 commit into from
May 9, 2018

Conversation

glandium
Copy link
Contributor

@glandium glandium commented May 8, 2018

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::*`.
@pietroalbini pietroalbini added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 8, 2018
@pietroalbini
Copy link
Member

Assigning someone from the libs team, @sfackler?

@sfackler
Copy link
Member

sfackler commented May 8, 2018

@bors r+ rollup

@bors
Copy link
Contributor

bors commented May 8, 2018

📌 Commit 663c096 has been approved by sfackler

@bors bors 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
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:master May 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: 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.

None yet

4 participants