-
Notifications
You must be signed in to change notification settings - Fork 13.4k
add Iterator::contains #141994
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: master
Are you sure you want to change the base?
add Iterator::contains #141994
Conversation
r? @ibraheemdev rustbot has assigned @ibraheemdev. Use |
This comment has been minimized.
This comment has been minimized.
rust-analyzer is developed in its own repository. If possible, consider making this change to rust-lang/rust-analyzer instead. cc @rust-lang/rust-analyzer |
This comment has been minimized.
This comment has been minimized.
cb04a2d
to
606cd35
Compare
This comment has been minimized.
This comment has been minimized.
src/tools/rust-analyzer/crates/ide-assists/src/handlers/convert_bool_to_enum.rs
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
9e27be5
to
8fccd73
Compare
r? libs-api to confirm that this is fine to merge with nightly breakage due to the conflicts. |
Tracking issue: #127494
Continuing from where #135018 left off