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

Replace deprecated collections::Bound with ops::Bound #55

Merged
merged 1 commit into from
Mar 19, 2021
Merged

Replace deprecated collections::Bound with ops::Bound #55

merged 1 commit into from
Mar 19, 2021

Conversation

bstrie
Copy link
Contributor

@bstrie bstrie commented Mar 18, 2021

No description provided.

@koba-e964
Copy link
Member

Is collections::Bound deprecated? I couldn't find anything in the doc of std::collections::Bound.

@koba-e964
Copy link
Member

koba-e964 commented Mar 19, 2021

It's deprecated indeed. (https://github.com/rust-lang/rust/blob/1.50.0/library/std/src/collections/mod.rs#L404-L406)
Sorry.
I'm wondering why it slipped off our radar.

Copy link
Member

@koba-e964 koba-e964 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@koba-e964 koba-e964 merged commit cc43d82 into frugalos:master Mar 19, 2021
@bstrie
Copy link
Contributor Author

bstrie commented Mar 19, 2021

I'm wondering why it slipped off our radar.

It's not your fault, it's actually a bug in the stdlib/compiler that I'm in the process of working on. :) rust-lang/rust#82080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants