Merge commit '9f9a822509' into clippy-subtree-update

This commit is contained in:
Philipp Krones 2025-02-28 23:20:48 +01:00
parent 222aaba5a1
commit fe01c44995
2648 changed files with 35461 additions and 16191 deletions

View file

@ -2,4 +2,5 @@
fn main() {
let _ = Some(&"Hello World!"[6..11]);
//~^ string_from_utf8_as_bytes
}