Skip to content

Fix warnings and increase MSRV for 2.0 #508

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

Closed
wants to merge 4 commits into from

Conversation

est31
Copy link
Contributor

@est31 est31 commented Jul 13, 2019

This includes some warning fixes as well as a MSRV increase from 1.17.0 to 1.24.0 (which is the oldest release the replacements for the deprecated functionalities are available). The first commit should be least controversial as it doesn't require any MSRV increase. Please say whether MSRV increases are a problem, if they are I can put the first commit into a separate PR.

Fixes #455


This change is Reviewable

@est31
Copy link
Contributor Author

est31 commented Jul 13, 2019

Hmm I think I missed some AsciiExt occurences, don't approve yet...

est31 added 3 commits July 13, 2019 11:41
It is deprecated since 1.26.0 if the inherent
methods, that are stable since 1.23.0,
want to be relied on.
This requires at least rustc 1.24.0 as only then the function
became stably const-fn.
The 1.24.0 release has been over a year ago
and is needed by the prior commits.
@est31 est31 force-pushed the fix_warnings_msrv_increase branch from b75339e to bc09a23 Compare July 13, 2019 09:41
@est31
Copy link
Contributor Author

est31 commented Jul 13, 2019

Ok, all AsciiExt gone now. It can be reviewed!

@est31
Copy link
Contributor Author

est31 commented Jul 13, 2019

Ohhh this is the wrong branch, sorry

@est31 est31 closed this Jul 13, 2019
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.

Use of std::ascii::AsciiExt causes warnings
1 participant