diff options
| author | Quinn Sinclair <me@partiallytyped.dev> | 2023-12-20 22:49:33 +0200 |
|---|---|---|
| committer | PartiallyTyped <me@partiallytyped.dev> | 2023-12-21 00:16:47 +0200 |
| commit | 25b9ca3f64bd3f7fda96e50f340c9c3459fe2e0a (patch) | |
| tree | c779751b0d70db11d48ebebb1e6713954622715d /tests/codegen/src-hash-algorithm | |
| parent | 7e650b761006b9dfb5b26a05c2f725a06e9cb14d (diff) | |
| download | rust-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')
0 files changed, 0 insertions, 0 deletions
