Skip to content

Commit a482b8a

Browse files
authored
Merge pull request #4355 from LingMan/patch-1
docs: Fix formatting in docs of value_parser! macro
2 parents fd41141 + a867ddb commit a482b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder/value_parser.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2146,7 +2146,7 @@ pub mod via_prelude {
21462146
/// Supported types
21472147
/// - [`ValueParserFactory` types][ValueParserFactory], including
21482148
/// - [Native types][ValueParser]: `bool`, `String`, `OsString`, `PathBuf`
2149-
/// - [Ranged numeric types][RangedI64ValueParser]: `u8`, `i8`, `u16`, `i16, `u32`, `i32`, `u64`, `i64`
2149+
/// - [Ranged numeric types][RangedI64ValueParser]: `u8`, `i8`, `u16`, `i16`, `u32`, `i32`, `u64`, `i64`
21502150
/// - [`ValueEnum` types][crate::ValueEnum]
21512151
/// - [`From<&OsString>` types][std::convert::From] and [`From<&OsStr>` types][std::convert::From]
21522152
/// - [`From<&String>` types][std::convert::From] and [`From<&str>` types][std::convert::From]

0 commit comments

Comments
 (0)