Fix FP [needless_raw_string_hashes]
This commit is contained in:
parent
ea4ca225fb
commit
9a581077d4
3 changed files with 9 additions and 1 deletions
|
|
@ -16,4 +16,8 @@ fn main() {
|
|||
cr#"Hello "world"!"#;
|
||||
cr####" "### "## "# "####;
|
||||
cr###" "aa" "# "## "###;
|
||||
// Issue #11068, do not lint
|
||||
r##"a"#"a"##;
|
||||
br##"a"#"a"##;
|
||||
cr##"a"#"a"##;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,4 +16,8 @@ fn main() {
|
|||
cr##"Hello "world"!"##;
|
||||
cr######" "### "## "# "######;
|
||||
cr######" "aa" "# "## "######;
|
||||
// Issue #11068, do not lint
|
||||
r##"a"#"a"##;
|
||||
br##"a"#"a"##;
|
||||
cr##"a"#"a"##;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue