Skip to content

Commit

Permalink
docs(derive): Args doesn't derive IntoApp
Browse files Browse the repository at this point in the history
Fixes #3284
  • Loading branch information
epage committed Jan 12, 2022
1 parent df0e6d8 commit b98e8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/derive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ pub trait Parser: FromArgMatches + IntoApp + Sized {

/// Create an [`App`] relevant for a user-defined container.
///
/// Derived as part of [`Parser`], [`Args`], and [`Subcommand`].
/// Derived as part of [`Parser`].
pub trait IntoApp: Sized {
/// Build an [`App`] that can instantiate `Self`.
///
Expand Down

0 comments on commit b98e8ec

Please sign in to comment.