-
Notifications
You must be signed in to change notification settings - Fork 14k
implement Iterator::{exactly_one, collect_array}
#149270
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
|
rustbot has assigned @Mark-Simulacrum. Use |
|
Implementing |
This comment has been minimized.
This comment has been minimized.
050e278 to
1e50c8a
Compare
This comment has been minimized.
This comment has been minimized.
1e50c8a to
6b0bbcc
Compare
This comment has been minimized.
This comment has been minimized.
6b0bbcc to
710c1d4
Compare
|
As you can see from the 2nd commit and the CI failures, since exactly_one conflicts with itertools we get some FCWs. How do we usually deal with those? I doubt this is the first iterator method that also already existed in itertools. |
This comment has been minimized.
This comment has been minimized.
710c1d4 to
5e40f3f
Compare
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy 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.
5e40f3f to
d65444f
Compare
d65444f to
f201752
Compare
As per #149266