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

Change the string token parsing to bump by total_len, instead of remainder[0..total_len].as_bytes().len() #681

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

Commits on Sep 21, 2024

  1. total_len already appears to be in bytes

    ...so there's no need to get that slice of `remainder`, convert it to `&[u8]`, and get the length of that.
    LikeLakers2 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    563d024 View commit details
    Browse the repository at this point in the history