mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +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]
|
||||
#[derive(Clone, Debug, PartialEq, Eq)]
|
||||
#[cfg_attr(feature = "unstable-v4", non_exhaustive)]
|
||||
#[cfg_attr(feature = "unstable-v5", non_exhaustive)]
|
||||
pub enum ArgPredicate {
|
||||
/// Is the argument present?
|
||||
IsPresent,
|
||||
|
|
Loading…
Reference in a new issue