mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 10:17:58 +00:00
a0eb83a5d4
error: non UTF-8 literal in `std::str::from_utf8_unchecked`
--> test_suite/tests/test_ser.rs:803:25
|
803 | let path = unsafe { str::from_utf8_unchecked(b"Hello \xF0\x90\x80World") };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D clippy::invalid-utf8-in-unchecked` implied by `-D clippy::all`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#invalid_utf8_in_unchecked