Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid re-validating UTF-8 in FromUtf8Error::into_utf8_lossy #130408

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 21, 2024

  1. Avoid re-validating UTF-8 in FromUtf8Error::into_utf8_lossy

    Refactor `into_utf8_lossy` to copy valid UTF-8 bytes into the buffer,
    avoiding double validation of bytes.
    Add tests that mirror the `String::from_utf8_lossy` tests
    okaneco committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    b94c5a1 View commit details
    Browse the repository at this point in the history