Skip to content

Commit

Permalink
chore(gsdk): get back docs in the subxt generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed Aug 15, 2024
1 parent d54981e commit 5974361
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gsdk/api-gen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ fn generate_runtime_types(metadata: Metadata) -> TokenStream {
builder.add_derives_for_type(ty, [parse_quote!(Copy)], true);
}

builder.no_docs();
builder.runtime_types_only();
builder.disable_default_derives();
builder.set_target_module(parse_quote! {
Expand Down

0 comments on commit 5974361

Please sign in to comment.