Add feature: `no-metadata-doc` which removes doc from metadata and...
Add feature: `no-metadata-doc` which removes doc from metadata and `full-metadata` which build metadata with all doc (#10493) * add features to remove or add doc * fmt * add test for event/error/call * fmt
Showing
- substrate/.gitlab-ci.yml 1 addition, 1 deletionsubstrate/.gitlab-ci.yml
- substrate/frame/support/Cargo.toml 6 additions, 0 deletionssubstrate/frame/support/Cargo.toml
- substrate/frame/support/procedural/Cargo.toml 1 addition, 0 deletionssubstrate/frame/support/procedural/Cargo.toml
- substrate/frame/support/procedural/src/pallet/expand/call.rs 3 additions, 1 deletionsubstrate/frame/support/procedural/src/pallet/expand/call.rs
- substrate/frame/support/procedural/src/pallet/expand/constants.rs 3 additions, 1 deletion...e/frame/support/procedural/src/pallet/expand/constants.rs
- substrate/frame/support/procedural/src/pallet/expand/error.rs 4 additions, 1 deletion...trate/frame/support/procedural/src/pallet/expand/error.rs
- substrate/frame/support/procedural/src/pallet/expand/event.rs 4 additions, 2 deletions...trate/frame/support/procedural/src/pallet/expand/event.rs
- substrate/frame/support/procedural/src/pallet/expand/storage.rs 2 additions, 1 deletion...ate/frame/support/procedural/src/pallet/expand/storage.rs
- substrate/frame/support/src/storage/types/counted_map.rs 10 additions, 2 deletionssubstrate/frame/support/src/storage/types/counted_map.rs
- substrate/frame/support/src/storage/types/double_map.rs 2 additions, 0 deletionssubstrate/frame/support/src/storage/types/double_map.rs
- substrate/frame/support/src/storage/types/map.rs 2 additions, 0 deletionssubstrate/frame/support/src/storage/types/map.rs
- substrate/frame/support/src/storage/types/nmap.rs 2 additions, 0 deletionssubstrate/frame/support/src/storage/types/nmap.rs
- substrate/frame/support/src/storage/types/value.rs 2 additions, 0 deletionssubstrate/frame/support/src/storage/types/value.rs
- substrate/frame/support/test/Cargo.toml 1 addition, 0 deletionssubstrate/frame/support/test/Cargo.toml
- substrate/frame/support/test/tests/pallet.rs 25 additions, 7 deletionssubstrate/frame/support/test/tests/pallet.rs
- substrate/frame/support/test/tests/pallet_compatibility.rs 4 additions, 0 deletionssubstrate/frame/support/test/tests/pallet_compatibility.rs
- substrate/frame/support/test/tests/pallet_compatibility_instance.rs 4 additions, 0 deletions...frame/support/test/tests/pallet_compatibility_instance.rs
Please register or sign in to comment