Skip to content
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

Do not redundantly import std::iter::IntoIterator #767

Conversation

samueltardieu
Copy link
Contributor

Rust now warns about duplicate imports. std::iter::IntoIterator is part of the Rust prelude since Rust 2015. This prevents criterion-plot from compiling with recent Rust versions because of #![deny(warnings)].

Rust now warns about duplicate imports. `std::iter::IntoIterator` is
part of the Rust prelude since Rust 2015. This prevents
`criterion-plot` from compiling with recent Rust versions because of
`#![deny(warnings)]`.
@samueltardieu
Copy link
Contributor Author

samueltardieu commented Mar 24, 2024

CI failure is unrelated (clap MSRV). It will be fixed by #768.

@samueltardieu
Copy link
Contributor Author

Merged and superseded by #768.

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.

None yet

1 participant