mirror of
https://github.com/clap-rs/clap
synced 2025-03-05 07:47:40 +00:00
fix: Correctly refer to unstable-v5
This commit is contained in:
parent
2a319d743e
commit
44dd8ea4c5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use crate::builder::OsStr;
|
||||||
///
|
///
|
||||||
/// These do not apply to [`ValueSource::DefaultValue`][crate::parser::ValueSource::DefaultValue]
|
/// These do not apply to [`ValueSource::DefaultValue`][crate::parser::ValueSource::DefaultValue]
|
||||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||||
#[cfg_attr(feature = "unstable-v4", non_exhaustive)]
|
#[cfg_attr(feature = "unstable-v5", non_exhaustive)]
|
||||||
pub enum ArgPredicate {
|
pub enum ArgPredicate {
|
||||||
/// Is the argument present?
|
/// Is the argument present?
|
||||||
IsPresent,
|
IsPresent,
|
||||||
|
|
Loading…
Add table
Reference in a new issue