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

fix!: Remove unstable-replace feature flag #4805

Merged
merged 1 commit into from Mar 28, 2023
Merged

Commits on Mar 28, 2023

  1. fix!: Remove unstable-replace feature flag

    This has been implemented for 3 years without much traction for
    finishing it up.
    
    The subcommand use case can be worked around by creating `Command`s that
    just include the relevant logic, very similar to the default subcommand
    examples in `git` / `git-derive`.
    
    Using this for flags is covered by clap-rs#4793.
    
    Without `unstable-replace` being enabled, this still cut 5 KiB from
    `cargo bloat --release --example git`.
    
    Closes clap-rs#2836
    Closes clap-rs#2011
    epage committed Mar 28, 2023
    Copy the full SHA
    56fe5e0 View commit details
    Browse the repository at this point in the history