Skip to content

Commit

Permalink
Add docs to dispatch call macro (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad authored and preston-evans98 committed Sep 14, 2023
1 parent 5492135 commit ca204f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ impl<'a> StructDef<'a> {
let ty = &field.ty;

quote::quote!(
#[doc = "Module call message."]
#name(<#ty as sov_modules_api::Module>::CallMessage),
)
})
Expand Down

0 comments on commit ca204f1

Please sign in to comment.