We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1423dc1 commit b1ddd30Copy full SHA for b1ddd30
clap_derive/src/item.rs
@@ -72,8 +72,8 @@ impl Item {
72
73
pub(crate) fn from_args_enum_variant(
74
variant: &Variant,
75
- // struct_casing: Sp<CasingStyle>,
76
- // env_casing: Sp<CasingStyle>,
+ argument_casing: Sp<CasingStyle>,
+ env_casing: Sp<CasingStyle>,
77
) -> Result<Self, syn::Error> {
78
let name = variant.ident.clone();
79
let ident = variant.ident.clone();
0 commit comments