`IntegrityTest` implementation should be feature gated (#13094)
* `IntegrityTest` implementation should be feature gated The initial implementation for the old declarative macros is still feature gating the implementation. As we only call this in a test, there is no need to have this compiled for wasm. * Don't assume that all "consumers" have a `std` feature
Showing
- substrate/frame/support/procedural/src/pallet/expand/hooks.rs 11 additions, 8 deletions...trate/frame/support/procedural/src/pallet/expand/hooks.rs
- substrate/frame/support/src/lib.rs 3 additions, 0 deletionssubstrate/frame/support/src/lib.rs
- substrate/frame/system/benches/bench.rs 1 addition, 4 deletionssubstrate/frame/system/benches/bench.rs
Loading
Please register or sign in to comment