Yang
Results
1
comments of
Yang
If the input uses `.iter().any()` on a value that is not `Copy`, the current version of the patch makes the linter suggest using `.as_ref().is_some_and()`. The suggestion is longer than the...