forked from clap-rs/clap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(derive): Don't generate dead code
When debugging clap-rs#2586, I noticed we were developing match cases for variant names that were flattened. At minimum, this is dead code and at worst this could cause the wrong behavior if a user does an update with one of those names. Depends on clap-rs#2587 Fixes clap-rs#2588
- Loading branch information
Showing
1 changed file
with
6 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters