-
Notifications
You must be signed in to change notification settings - Fork 7
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
More const
with MSRV 1.83
#91
Comments
I wouldn't necessarily be opposed to doing that MSRV bump now. OTOH, these are relatively minor wins that it's probably not worth it? |
I don't think they're so important that it needs to land now, but I did want to track it so we remember to do this later. It can make some of the flag/missing manipulations in That said, I'd also be fine with doing the bump now. |
My suggestion would be to add |
I am already delaying trying to introduce |
Once Color gets an MSRV of 1.83, some more methods can be marked const:
Missing::insert
Flags::set_missing
Flags::set_named_color_space
Flags::discard_name
The text was updated successfully, but these errors were encountered: