serde/test_suite
David Tolnay a0eb83a5d4
Resolve invalid_utf8_in_unchecked clippy lint in ancient test code
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
2022-07-18 21:29:39 -07:00
..
no_std Update no_std test to 2018 edition 2018-12-31 21:42:22 -05:00
tests Resolve invalid_utf8_in_unchecked clippy lint in ancient test code 2022-07-18 21:29:39 -07:00
build.rs Update macrotest to 1.0.9 and enable in CI 2022-06-20 03:40:49 -07:00
Cargo.toml Update macrotest to 1.0.9 and enable in CI 2022-06-20 03:40:49 -07:00