Skip to content

Commit

Permalink
Merge pull request #4355 from LingMan/patch-1
Browse files Browse the repository at this point in the history
docs: Fix formatting in docs of value_parser! macro
  • Loading branch information
epage committed Oct 9, 2022
2 parents fd41141 + a867ddb commit a482b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/value_parser.rs
Expand Up @@ -2146,7 +2146,7 @@ pub mod via_prelude {
/// Supported types
/// - [`ValueParserFactory` types][ValueParserFactory], including
/// - [Native types][ValueParser]: `bool`, `String`, `OsString`, `PathBuf`
/// - [Ranged numeric types][RangedI64ValueParser]: `u8`, `i8`, `u16`, `i16, `u32`, `i32`, `u64`, `i64`
/// - [Ranged numeric types][RangedI64ValueParser]: `u8`, `i8`, `u16`, `i16`, `u32`, `i32`, `u64`, `i64`
/// - [`ValueEnum` types][crate::ValueEnum]
/// - [`From<&OsString>` types][std::convert::From] and [`From<&OsStr>` types][std::convert::From]
/// - [`From<&String>` types][std::convert::From] and [`From<&str>` types][std::convert::From]
Expand Down

0 comments on commit a482b8a

Please sign in to comment.