Skip to content

Commit

Permalink
Document the skip attribute for ValueEnums
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Oct 1, 2022
1 parent 8a124db commit 1ca9e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_derive/mod.rs
Expand Up @@ -245,6 +245,7 @@
//! - `rename_all = <string_literal>`: Override default field / variant name case conversion for [`PossibleValue::new`][crate::builder::PossibleValue]
//! - When not present: `"kebab-case"`
//! - Available values: `"camelCase"`, `"kebab-case"`, `"PascalCase"`, `"SCREAMING_SNAKE_CASE"`, `"snake_case"`, `"lower"`, `"UPPER"`, `"verbatim"`
//! - `skip`: Ignore this variant
//!
//! ### Possible Value Attributes
//!
Expand Down

0 comments on commit 1ca9e7a

Please sign in to comment.