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

refactor: Switch to once_cell #3829

Merged
merged 1 commit into from
Jun 14, 2022
Merged

refactor: Switch to once_cell #3829

merged 1 commit into from
Jun 14, 2022

Commits on Jun 14, 2022

  1. refactor: Switch to once_cell

    Though this is changing an API item we export, we do not consider this a
    breaking change because
    - This was an implementation detail of the macros and people shouldn't be using it directly
    - The `macro_rules` macro is coupled to `clap` because they are in the
      same crate
    - The derive macro is coupled to `clap` because `clap` declares a
      `=x.y.z` dependency on `clap_derive
    
    Fixes clap-rs#3828
    epage committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    cb42df6 View commit details
    Browse the repository at this point in the history