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

Remove use of deprecated std::collections::Bound #7702

Merged
merged 1 commit into from
Feb 17, 2021
Merged

Conversation

bstrie
Copy link
Contributor

@bstrie bstrie commented Feb 16, 2021

std::collections::Bound has been deprecated since Rust 1.26, but due to a bug (rust-lang/rust#82080) it never triggered a visible deprecation warning. Fixing this is being done in rust-lang/rust#82122 , but landing that requires rustc-analyzer to build without triggering any deprecation warnings (https://github.com/rust-lang-ci/rust/runs/1911884006#step:24:19361).

@Veykril
Copy link
Member

Veykril commented Feb 17, 2021

bors r+

@bors
Copy link
Contributor

bors bot commented Feb 17, 2021

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