Describe the type of string in raw_strings lints
This commit is contained in:
parent
78ddc8d17d
commit
6cdff10778
7 changed files with 100 additions and 73 deletions
|
|
@ -18,4 +18,8 @@ fn main() {
|
|||
multiline
|
||||
string
|
||||
";
|
||||
|
||||
"no hashes";
|
||||
b"no hashes";
|
||||
c"no hashes";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue