Skip to content

Commit

Permalink
Merge pull request #4113 from epage/docs
Browse files Browse the repository at this point in the history
docs: Fix for 1.63
  • Loading branch information
epage committed Aug 25, 2022
2 parents 646a636 + 4005dc4 commit 88b941f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/value_parser.rs
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 88b941f

Please sign in to comment.