Remove generation of instance trait by decl_storage. (#6812)
* remove generation of instance trait, no breaking change * doc * doc * Update frame/support/src/traits.rs Co-authored-by:Bastian Köcher <bkchr@users.noreply.github.com> * Update frame/support/procedural/src/storage/instance_trait.rs Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- substrate/frame/support/procedural/src/storage/genesis_config/mod.rs 4 additions, 5 deletions...rame/support/procedural/src/storage/genesis_config/mod.rs
- substrate/frame/support/procedural/src/storage/instance_trait.rs 19 additions, 23 deletions...te/frame/support/procedural/src/storage/instance_trait.rs
- substrate/frame/support/procedural/src/storage/parse.rs 10 additions, 1 deletionsubstrate/frame/support/procedural/src/storage/parse.rs
- substrate/frame/support/procedural/src/storage/storage_struct.rs 5 additions, 5 deletions...te/frame/support/procedural/src/storage/storage_struct.rs
- substrate/frame/support/src/traits.rs 11 additions, 0 deletionssubstrate/frame/support/src/traits.rs
- substrate/frame/support/test/tests/final_keys.rs 2 additions, 2 deletionssubstrate/frame/support/test/tests/final_keys.rs
- substrate/frame/support/test/tests/instance.rs 3 additions, 4 deletionssubstrate/frame/support/test/tests/instance.rs
Please register or sign in to comment