Alex Macleod 894e87cd51
Fix type suggestion for manual_is_ascii_check (#13916)
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 :)
2025-01-08 13:36:11 +00:00
..
2024-12-31 12:00:19 +01:00
2024-12-24 21:10:43 +09:00
2024-12-24 21:10:43 +09:00
2024-12-24 21:10:43 +09:00
2025-01-06 17:35:55 +01:00