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

enum messages: Make the returned values all 'static #160

Merged
merged 2 commits into from
May 18, 2021

Commits on May 12, 2021

  1. enum messages: Make the returned values all 'static

    This is (at least in theory) a breaking change, because someone might
    have implemented this trait by hand, and their implementation won't
    be declared as returning 'static lifetimes.
    
    Closes Peternator7#159
    
    Signed-off-by: Ian Jackson <[email protected]>
    ijackson committed May 12, 2021
    Configuration menu
    Copy the full SHA
    a29f305 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Configuration menu
    Copy the full SHA
    647a25e View commit details
    Browse the repository at this point in the history