Skip to content

Commit

Permalink
docs: remove max_values from derive docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyilo committed May 1, 2024
1 parent 24651fc commit 83dc464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_derive/mod.rs
Original file line number Diff line number Diff line change
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 83dc464

Please sign in to comment.