mirror of
https://github.com/clap-rs/clap
synced 2024-11-15 17:08:00 +00:00
3390adf0d3
While at it, this cleans up all of the features. For some reason, I couldn't do `dep:clap_derive` though.
5 lines
268 B
Text
5 lines
268 B
Text
error[E0277]: the trait bound `bool: ValueEnum` is not satisfied
|
|
--> tests/derive_ui/bool_value_enum.rs:6:31
|
|
|
|
|
6 | #[clap(short, value_enum, default_value_t)]
|
|
| ^^^^^^^^^^^^^^^ the trait `ValueEnum` is not implemented for `bool`
|