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 a17a3b6 commit c803d16Copy full SHA for c803d16
src/_derive/mod.rs
@@ -320,7 +320,7 @@
320
//! | `Option<Vec<Vec<T>>>` | `0..` occurrences of argument, grouped by occurrence | `.action(ArgAction::Append).required(false)` | requires `unstable-v5` |
321
//!
322
//! In addition, [`.value_parser(value_parser!(T))`][crate::value_parser!] is called for each
323
-//! field.
+//! field in the absence of a [`#[arg(value_parser)]` attribute](#arg-attributes).
324
325
//! Notes:
326
//! - For custom type behavior, you can override the implied attributes/settings and/or set additional ones
0 commit comments