Feat suppert procedural (#7913)
* fix clippy replace clone with copy * fix clippy warning pattern * fix clippy warning replace into_iter with iter * replace match with if let * replace =0 with is_empty * replace or with or_else * replace vec! with Vec::new
Showing
- substrate/frame/support/procedural/src/construct_runtime/mod.rs 31 additions, 37 deletions...ate/frame/support/procedural/src/construct_runtime/mod.rs
- substrate/frame/support/procedural/src/construct_runtime/parse.rs 1 addition, 1 deletion...e/frame/support/procedural/src/construct_runtime/parse.rs
- substrate/frame/support/procedural/src/pallet/expand/call.rs 1 addition, 1 deletionsubstrate/frame/support/procedural/src/pallet/expand/call.rs
- substrate/frame/support/procedural/src/pallet/parse/call.rs 1 addition, 1 deletionsubstrate/frame/support/procedural/src/pallet/parse/call.rs
- substrate/frame/support/procedural/src/pallet/parse/config.rs 2 additions, 2 deletions...trate/frame/support/procedural/src/pallet/parse/config.rs
- substrate/frame/support/procedural/src/pallet/parse/event.rs 3 additions, 3 deletionssubstrate/frame/support/procedural/src/pallet/parse/event.rs
- substrate/frame/support/procedural/src/pallet/parse/extra_constants.rs 2 additions, 2 deletions...me/support/procedural/src/pallet/parse/extra_constants.rs
- substrate/frame/support/procedural/src/pallet/parse/helper.rs 1 addition, 1 deletion...trate/frame/support/procedural/src/pallet/parse/helper.rs
- substrate/frame/support/procedural/src/pallet/parse/mod.rs 16 additions, 16 deletionssubstrate/frame/support/procedural/src/pallet/parse/mod.rs
- substrate/frame/support/procedural/src/pallet/parse/origin.rs 1 addition, 1 deletion...trate/frame/support/procedural/src/pallet/parse/origin.rs
- substrate/frame/support/procedural/src/pallet/parse/storage.rs 1 addition, 1 deletion...rate/frame/support/procedural/src/pallet/parse/storage.rs
- substrate/frame/support/procedural/src/pallet/parse/type_value.rs 4 additions, 4 deletions...e/frame/support/procedural/src/pallet/parse/type_value.rs
- substrate/frame/support/procedural/src/pallet_version.rs 1 addition, 1 deletionsubstrate/frame/support/procedural/src/pallet_version.rs
- substrate/frame/support/procedural/src/storage/print_pallet_upgrade.rs 2 additions, 2 deletions...me/support/procedural/src/storage/print_pallet_upgrade.rs
Please register or sign in to comment