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 liballoc use statements #49958

Merged
merged 3 commits into from
Apr 14, 2018
Merged

Cleanup liballoc use statements #49958

merged 3 commits into from
Apr 14, 2018

Conversation

glandium
Copy link
Contributor

Some modules were still using the deprecated allocator module, use the
alloc module instead.

Some modules were using super while it's not needed.

Some modules were more or less ordering them, and other not, so the
latter have been modified to match the others.

@rust-highfive
Copy link
Collaborator

r? @aidanhs

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Apr 13, 2018
@glandium
Copy link
Contributor Author

Cc @SimonSapin

Some modules were still using the deprecated `allocator` module, use the
`alloc` module instead.

Some modules were using `super` while it's not needed.

Some modules were more or less ordering them, and other not, so the
latter have been modified to match the others.
@SimonSapin
Copy link
Contributor

Looks good. Could you also change remaining uses of std::heap in src/test?

@SimonSapin
Copy link
Contributor

Thanks!

@bors: r+ rollup

@bors
Copy link
Contributor

bors commented Apr 14, 2018

📌 Commit e35499c has been approved by SimonSapin

@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 Apr 14, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Apr 14, 2018
Cleanup liballoc use statements

Some modules were still using the deprecated `allocator` module, use the
`alloc` module instead.

Some modules were using `super` while it's not needed.

Some modules were more or less ordering them, and other not, so the
latter have been modified to match the others.
bors added a commit that referenced this pull request Apr 14, 2018
Rollup of 14 pull requests

Successful merges: #49908, #49876, #49916, #49951, #49465, #49922, #49866, #49915, #49886, #49913, #49852, #49958, #49871, #49864

Failed merges:
@bors bors merged commit e35499c into rust-lang:master Apr 14, 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.

5 participants