Describe the type of string in raw_strings lints

This commit is contained in:
Alex Macleod 2023-09-26 11:40:10 +00:00
parent 78ddc8d17d
commit 6cdff10778
7 changed files with 100 additions and 73 deletions

View file

@ -18,4 +18,8 @@ fn main() {
multiline
string
";
"no hashes";
b"no hashes";
c"no hashes";
}