Skip to content

Commit

Permalink
fix: Correctly refer to unstable-v5
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Nov 17, 2022
1 parent 2a319d7 commit 44dd8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/arg_predicate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 44dd8ea

Please sign in to comment.