rust-clippy/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
..
src Auto merge of #12945 - Jarcho:octal_escape, r=Alexendoo 2024-06-17 20:12:43 +00:00
Cargo.toml Bump Clippy version -> 0.1.81 2024-06-13 12:24:14 +02:00
README.md clippy_lints: readme: don't mention crates.io since it is no longer used to publish clippy. 2020-03-10 01:05:54 +01:00

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