Silence the deprecated warning in generated code (#2513)
`impl_runtime_apis!` is not only implementing the apis, it also calls them internally and thus generates the warning. So, we just allow depracted calls in the generated code.
parent
57164aa7
Showing
- substrate/core/sr-api-macros/src/impl_runtime_apis.rs 1 addition, 0 deletionssubstrate/core/sr-api-macros/src/impl_runtime_apis.rs
- substrate/core/test-runtime/wasm/Cargo.lock 1 addition, 3 deletionssubstrate/core/test-runtime/wasm/Cargo.lock
- substrate/node-template/runtime/wasm/Cargo.lock 1 addition, 3 deletionssubstrate/node-template/runtime/wasm/Cargo.lock
- substrate/node/runtime/wasm/Cargo.lock 1 addition, 3 deletionssubstrate/node/runtime/wasm/Cargo.lock
Please register or sign in to comment