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

yaml_load.rs: Propagate FromUtf8Error errors from regexes #430

Closed
wants to merge 1 commit into from

Commits on Mar 14, 2022

  1. yaml_load.rs: Propagate FromUtf8Error errors

    This does not change any public API but only adds a new error variant,
    which an [API diff](https://github.com/Enselic/cargo-public-items)
    between `origin/master` and this PR shows:
    
    ```
    % cargo public-items --diff-git-checkouts origin/master Propagate-FromUtf8Err
    Removed from the public API:
    ============================
    (nothing)
    
    Changes to the public API:
    ==========================
    (nothing)
    
    Added to the public API:
    ========================
    +pub enum variant syntect::parsing::ParseSyntaxError::FromUtf8Error(FromUtf8Error)
    +pub fn syntect::parsing::ParseSyntaxError::from(source: FromUtf8Error) -> Self
    ```
    Enselic committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    2556c5d View commit details
    Browse the repository at this point in the history