215 |
#[allow(clippy::unnecessary_filter_map)]
|
216 |
fn parse_fn(item: TokenStream) -> FnMetadata {
|
95 |
// https://github.com/rust-lang/rust-clippy/issues/9211#issuecomment-1335173323
|
96 |
#[allow(clippy::unnecessary_filter_map)]
|
97 |
let events = parser.filter_map(|e| {
|
601 |
// be resolved.
|
602 |
#[allow(clippy::if_not_else, clippy::unnecessary_filter_map)]
|
603 |
fn handle(
|
202 |
#[allow(clippy::unnecessary_filter_map)]
|
203 |
let revwalk = revwalk.filter_map(|id| {
|
199 |
#[allow(clippy::unnecessary_filter_map)]
|
200 |
let to_extend = iter.filter_map(|opt_val| {
|
371 |
#[allow(clippy::unnecessary_filter_map)]
|
372 |
let fields = overwriting_schema.iter_fields().filter_map(|mut fld| {
|
24 |
/// ```
|
25 |
#[allow(clippy::unnecessary_filter_map)]
|
26 |
pub(super) fn negate_if_terminate(
|
336 |
// We need to take ownership of `path` in a branch.
|
337 |
#[allow(clippy::unnecessary_filter_map)]
|
338 |
pub fn checkout(
|
150 |
// Note: `filter_map` is used to move rights into `rights_to_move`
|
151 |
#[allow(clippy::unnecessary_filter_map)]
|
152 |
let rights_in_place: Vec<_> = right_children
|
12 |
clippy::unit_arg,
|
13 |
clippy::unnecessary_filter_map,
|
14 |
clippy::eq_op,
|