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-11 09:38:00 -06:00
2021-11-10 16:37:55 -06:00
2021-11-17 08:38:45 +08:00
2021-11-17 08:38:45 +08:00
2021-11-17 08:38:45 +08:00
2021-11-17 08:38:45 +08:00
2021-11-17 08:38:45 +08:00
2021-11-17 08:38:45 +08:00
2021-11-20 11:57:25 +01:00
2021-11-19 16:17:17 +09:00
2021-11-19 16:17:17 +09:00
2021-11-17 08:38:45 +08:00
2021-11-17 08:38:45 +08:00