Skip to content

clippy: remove from_iter_instead_of_collect lint (removed upstream) - #928

Open
tangaac wants to merge 1 commit into
RustCrypto:masterfrom
tangaac:fix/remove-removed-clippy-lint
Open

clippy: remove from_iter_instead_of_collect lint (removed upstream)#928
tangaac wants to merge 1 commit into
RustCrypto:masterfrom
tangaac:fix/remove-removed-clippy-lint

Conversation

@tangaac

@tangaac tangaac commented Aug 26, 2026

Copy link
Copy Markdown

Summary

clippy::from_iter_instead_of_collect has been removed from clippy
because it proved problematic. This causes unknown lint errors on
newer toolchains (promoted to errors by -D warnings).

Remove it from both the workspace Cargo.toml and argon2/Cargo.toml.

Verification

cargo check -p argon2 no longer emits unknown lint warnings.

The clippy::from_iter_instead_of_collect lint has been removed from
clippy as it proved problematic. Remove it from the workspace and argon2
Cargo.toml to prevent `unknown lint` errors with newer toolchains.
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.

1 participant