mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 20:23:59 +00:00
4919988fe1
Eliminate an unreachable codepath from String::from_utf8_lossy
`Utf8Lossy`'s `Iterator` implementation ensures that only the **final** chunk has an empty slice for `broken`:
|
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
Cargo.toml |