about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorAlex Macleod <alex@macleod.io>2025-01-08 13:36:11 +0000
committerGitHub <noreply@github.com>2025-01-08 13:36:11 +0000
commit894e87cd5160a2198940a35dc105ce6e46d9763e (patch)
tree426b727ff3d2bab4e23cfe67d05d11603d8f7659 /compiler/rustc_codegen_gcc
parentf5ca68f9db105f52aa1bf2e4eeb798fc86a10f6b (diff)
parent8461d3febdcfc0808ef0620c3d8f4636fc138a69 (diff)
downloadrust-894e87cd5160a2198940a35dc105ce6e46d9763e.tar.gz
rust-894e87cd5160a2198940a35dc105ce6e46d9763e.zip
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 :)
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions