Skip to content

Commit

Permalink
Macros module doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neysofu committed Jul 21, 2023
1 parent a50455a commit ddc7e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions module-system/sov-modules-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pub mod transaction;
extern crate sov_modules_macros;

#[cfg(feature = "macros")]
/// Procedural macros to assist with creating new modules.
pub use sov_modules_macros::{
DispatchCall, Genesis, MessageCodec, ModuleCallJsonSchema, ModuleInfo,
};
Expand Down

0 comments on commit ddc7e52

Please sign in to comment.