This commit is contained in:
Stephan Dilly 2020-05-16 23:27:02 +02:00
parent 78b31d046b
commit 5a28c7b15b

View file

@ -19,6 +19,8 @@ pub use help::HelpComponent;
pub use msg::MsgComponent;
pub use reset::ResetComponent;
/// creates accessors for a list of components
///
/// allows generating code to make sure
/// we always enumerate all components in both getter functions
#[macro_export]