mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
docs: Ensure IntoApp is visible
This commit is contained in:
parent
94c7775a30
commit
b171802265
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ pub use clap_derive::{self, *};
|
|||
|
||||
/// Deprecated, replaced with [`CommandFactory`]
|
||||
#[deprecated(since = "3.0.0", note = "Replaced with `CommandFactory`")]
|
||||
#[doc(hidden)]
|
||||
pub use CommandFactory as IntoApp;
|
||||
/// Deprecated, replaced with [`Parser`]
|
||||
#[deprecated(since = "3.0.0", note = "Replaced with `Parser`")]
|
||||
|
|
Loading…
Reference in a new issue