mirror of
https://github.com/clap-rs/clap
synced 2025-01-18 23:53:54 +00:00
docs: Fix formatting in docs of value_parser! macro
This commit is contained in:
parent
93648df153
commit
a867ddb6cd
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue