Sign in
rust
/
rust-clippy
/
62a82b361c02838afdf607d461726e0407f1a5ec
/
.
/
tests
/
ui
/
string_from_utf8_as_bytes.fixed
blob: 6aa5a95c6f40ffa6a16c1a21f4b5d73043a09c37 [
file
] [
log
] [
blame
]
#![warn(clippy::string_from_utf8_as_bytes)]
fn main
()
{
let
_
=
Some
(&
"Hello World!"
[
6.
.
11
]);
}