Files
rust/clippy_lints
bors 51c5eee9e6 Auto merge of #12945 - Jarcho:octal_escape, r=Alexendoo
Rework `octal_escapes`

Main changes are not doing UTF-8 decoding, noting each occurrence as an individual lint emission, and narrowing the span to point to the escape itself.

changelog: none
2024-06-17 20:12:43 +00:00
..
2024-06-13 12:24:14 +02:00

This crate contains Clippy lints. For the main crate, check GitHub.