-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Remove deprecated collections
crate.
#45446
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
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@leodasvacas Looks like Travis is failing here, which is probably because of this line. I think you should just be able to remove collections from there and this should work from there. |
bb9b1df
to
170f63e
Compare
@Mark-Simulacrum Thanks, fixed it! |
I think this is good to go, but I think we should at least get some signoff from the libs team.. @rust-lang/libs, thoughts? Feel free to run fcp if that's easier (I don't think I can start it). |
@bors: r+ Thanks! |
📌 Commit 170f63e has been approved by |
Remove deprecated `collections` crate. The real `collections` was merged with `alloc`, this facade was introduced [in this PR](#42720) to give `#[no_std]` users time to adapt. This was done at least two cycles ago, now we can consider removing it for good.
☀️ Test successful - status-appveyor, status-travis |
The real
collections
was merged withalloc
, this facade was introduced in this PR to give#[no_std]
users time to adapt. This was done at least two cycles ago, now we can consider removing it for good.