-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Reintroduce deprecated collections
crate
#42720
Conversation
cc #42648 |
I added |
@bors: r+ Thanks! |
📌 Commit 6f7c228 has been approved by |
Broken links strike again. |
@bors r- |
Ah, it was because I forgot to re-export collections macros from |
@bors r=alexcrichton |
📌 Commit 6484258 has been approved by |
@bors rollup |
…lexcrichton Reintroduce deprecated `collections` crate
…lexcrichton Reintroduce deprecated `collections` crate
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.
No description provided.