Skip to content

Commit

Permalink
Merge pull request #5675 from Noratrieb/patch-1
Browse files Browse the repository at this point in the history
feat: Explicitly list items to re-export from derive
  • Loading branch information
epage authored Aug 15, 2024
2 parents d5a982f + 9b0aa09 commit 679fb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
pub use clap_builder::*;
#[cfg(feature = "derive")]
#[doc(hidden)]
pub use clap_derive::{self, *};
pub use clap_derive::{self, Args, Parser, Subcommand, ValueEnum};

#[cfg(feature = "unstable-doc")]
pub mod _cookbook;
Expand Down

0 comments on commit 679fb1d

Please sign in to comment.