docs: Fix formatting in docs of value_parser! macro

This commit is contained in:
LingMan 2022-10-08 01:08:38 +02:00 committed by GitHub
parent 93648df153
commit a867ddb6cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]