Skip to content

Commit

Permalink
docs: Fix for 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 11, 2022
1 parent 6e7fd6d commit e7ced88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/value_parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::parser::AnyValueId;
/// use within an application.
///
/// See
/// - [`value_parser!`] for automatically selecting an implementation for a given type
/// - [`value_parser!`][crate::value_parser] for automatically selecting an implementation for a given type
/// - [`ValueParser::new`] for additional [`TypedValueParser`] that can be used
///
/// # Example
Expand Down

0 comments on commit e7ced88

Please sign in to comment.