mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 17:47:56 +00:00
codegen: fix compact unnamed fields (#327)
* codegen: fix compact unnamed fields * Fmt * Regenerate polkadot codegen example. * Ignore clippy for generated code * Limit the number of test threads * Revert "Limit the number of test threads" This reverts commit f1947dc659ee3ac4558ed86eff0d37af913a87ff. * Delete duplicate node_runtime metadata * Update node_runtime metadata * Update balances events
This commit is contained in:
@@ -22,4 +22,5 @@
|
||||
/// - run `polkadot --dev --tmp` node locally
|
||||
/// - `cargo run --release -p subxt-cli -- codegen | rustfmt --edition=2018 --emit=stdout > tests/integration/codegen/polkadot.rs`
|
||||
#[rustfmt::skip]
|
||||
#[allow(clippy::all)]
|
||||
mod polkadot;
|
||||
|
||||
Reference in New Issue
Block a user