We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc744eb commit ec765d9Copy full SHA for ec765d9
clippy_lints/src/raw_strings.rs
@@ -71,7 +71,7 @@ impl EarlyLintPass for RawStrings {
71
return;
72
}
73
74
- #[allow(clippy::cast_possible_truncation)]
+ #[expect(clippy::cast_possible_truncation)]
75
let req = lit.symbol.as_str().as_bytes()
76
.split(|&b| b == b'"')
77
.skip(1)
0 commit comments