Skip to content

Commit c803d16

Browse files
committed
docs(derive): Clarify value_parser! is only a default
1 parent a17a3b6 commit c803d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_derive/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
//! | `Option<Vec<Vec<T>>>` | `0..` occurrences of argument, grouped by occurrence | `.action(ArgAction::Append).required(false)` | requires `unstable-v5` |
321321
//!
322322
//! In addition, [`.value_parser(value_parser!(T))`][crate::value_parser!] is called for each
323-
//! field.
323+
//! field in the absence of a [`#[arg(value_parser)]` attribute](#arg-attributes).
324324
//!
325325
//! Notes:
326326
//! - For custom type behavior, you can override the implied attributes/settings and/or set additional ones

0 commit comments

Comments
 (0)