-
Notifications
You must be signed in to change notification settings - Fork 136
Replace deprecated std constants by associated constants. #289
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
@bors-servo r+ |
📌 Commit 15c2ec2 has been approved by |
Replace deprecated std constants by associated constants. This PR aims to fix a few minor deprecation warnings. See https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html#library-changes and https://doc.rust-lang.org/stable/std/usize/index.html for details.
💔 Test failed - checks-github |
Looks like this has implications for the libraries minimum supported rust version. |
Ah, good catch - I did not check that! I guess merging this will have to wait until the min. rust version is 1.43 or higher then. |
@bors-servo r+
|
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit 15c2ec2 has been approved by |
☀️ Test successful - checks-github |
This PR aims to fix a few minor deprecation warnings.
See https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html#library-changes and https://doc.rust-lang.org/stable/std/usize/index.html for details.