rust/clippy_lints
Georg Brandl 982124acfa Add new lint octal_escapes
This checks for sequences in strings that would be octal character
escapes in C, but are not supported in Rust.  It suggests either
to use the `\x00` escape, or an equivalent hex escape if the octal
was intended.
2021-11-20 11:57:25 +01:00
..
2021-11-20 11:57:25 +01:00
2021-11-02 14:19:31 +01:00

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