mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
894e87cd51
Fixes #13913 . changelog: [`manual_is_ascii_check`]: fix type suggestions for references Previously it only derived `char` and `u8` types, now it should always annotate the lambda parameter with the correct type (e.g. `&char`). I'm quite new to Rust and this is my first contact with clippy, so I'm open for suggetions :)