Skip to content

Commit ec765d9

Browse files
committed
Update raw_strings.rs
1 parent bc744eb commit ec765d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/raw_strings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ impl EarlyLintPass for RawStrings {
7171
return;
7272
}
7373

74-
#[allow(clippy::cast_possible_truncation)]
74+
#[expect(clippy::cast_possible_truncation)]
7575
let req = lit.symbol.as_str().as_bytes()
7676
.split(|&b| b == b'"')
7777
.skip(1)

0 commit comments

Comments
 (0)