about summary refs log tree commit diff
path: root/tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs
diff options
context:
space:
mode:
authorQuinn Sinclair <me@partiallytyped.dev>2023-12-20 22:49:33 +0200
committerPartiallyTyped <me@partiallytyped.dev>2023-12-21 00:16:47 +0200
commit25b9ca3f64bd3f7fda96e50f340c9c3459fe2e0a (patch)
treec779751b0d70db11d48ebebb1e6713954622715d /tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs
parent7e650b761006b9dfb5b26a05c2f725a06e9cb14d (diff)
downloadrust-25b9ca3f64bd3f7fda96e50f340c9c3459fe2e0a.tar.gz
rust-25b9ca3f64bd3f7fda96e50f340c9c3459fe2e0a.zip
New lints `iter_filter_is_some` and `iter_filter_is_ok`
Adds a pair of lints that check for cases of an iterator over `Result`
and `Option` followed by `filter` without being followed by `map` as
that is covered already by a different, specialized lint.

changelog: New Lint: [`iter_filter_is_some`]
changelog: New Lint: [`iter_filter_is_ok`]
Diffstat (limited to 'tests/codegen/src-hash-algorithm/src-hash-algorithm-sha1.rs')
0 files changed, 0 insertions, 0 deletions