mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +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
214 B
Text
5 lines
214 B
Text
error[E0277]: the trait bound `Kind: Default` is not satisfied
|
|
--> tests/derive_ui/skip_without_default.rs:22:12
|
|
|
|
|
22 | #[clap(skip)]
|
|
| ^^^^ the trait `Default` is not implemented for `Kind`
|