Address review grumbles from #99 (#171)

* Address review grumbles from #99

* obey the fmt
This commit is contained in:
David
2020-09-22 17:29:29 +02:00
committed by GitHub
parent f9f69b8c3b
commit 56bd633706
5 changed files with 6 additions and 17 deletions
+4
View File
@@ -133,6 +133,10 @@ decl_derive!(
///
/// Under the hood the implementation calls [submit()](../substrate_subxt/struct.Client.html#method.submit) and
/// [watch()](../substrate_subxt/struct.Client.html#method.watch) respectively.
///
/// *N.B.* You must use the `#[derive(Call)]` macro with `#[module]` in the same module or you will get errors
/// about undefined method with a name starting with `with_`.
#[proc_macro_error] call
);
fn call(s: Structure) -> TokenStream {