docs: Ensure IntoApp is visible

This commit is contained in:
Ed Page 2022-02-15 11:16:22 -06:00
parent 94c7775a30
commit b171802265

View file

@ -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`")]