-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Constify DropGuard::dismiss and trait impls
#148755
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
base: main
Are you sure you want to change the base?
Conversation
|
r? libs-api |
3564847 to
a86a557
Compare
This comment has been minimized.
This comment has been minimized.
|
#148589 Was just approved and renames |
|
☔ The latest upstream changes (presumably #149387) made this pull request unmergeable. Please resolve the merge conflicts. |
a86a557 to
b273af3
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
DropGuard::into_inner and trait implsDropGuard::dismiss and trait impls
b273af3 to
e163707
Compare
Feature:
drop_guard(#144426),const_convert(#143773),const_drop_guard(no tracking issue yet)Constifies
DropGuard::dismissand trait impls.I reused
const_convert(#143773) for theDeref*impls.