Skip to content

Commit

Permalink
Merge pull request #5478 from tyilo/remove-max-values-doc
Browse files Browse the repository at this point in the history
Remove max_values from derive docs
  • Loading branch information
epage committed May 1, 2024
2 parents 24651fc + b44aa47 commit d681a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_derive/mod.rs
Expand Up @@ -218,7 +218,7 @@
//! These correspond to a [`Arg`][crate::Arg].
//!
//! **Raw attributes:** Any [`Arg` method][crate::Arg] can also be used as an attribute, see [Terminology](#terminology) for syntax.
//! - e.g. `#[arg(max_values(3))]` would translate to `arg.max_values(3)`
//! - e.g. `#[arg(num_args(..=3))]` would translate to `arg.num_args(..=3)`
//!
//! **Magic attributes**:
//! - `id = <expr>`: [`Arg::id`][crate::Arg::id]
Expand Down

0 comments on commit d681a81

Please sign in to comment.