Inherents and empty block production overhaul #260
Annotations
3 errors and 2 warnings
bound is defined in more than one place:
core/src/common/empty_block/production.rs#L21
error: bound is defined in more than one place
--> core/src/common/empty_block/production.rs:21:33
|
21 | pub async fn execute_next_block<Block: BlockT, HostFns: HostFunctions>(
| ^^^^^
...
30 | Block: BlockT<Hash = H256> + DeserializeOwned,
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
= note: `-D clippy::multiple-bound-locations` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::multiple_bound_locations)]`
|
bound is defined in more than one place:
core/src/common/empty_block/production.rs#L79
error: bound is defined in more than one place
--> core/src/common/empty_block/production.rs:79:33
|
79 | pub async fn produce_next_block<Block: BlockT, HostFns: HostFunctions>(
| ^^^^^
...
87 | Block: BlockT<Hash = H256> + DeserializeOwned,
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#multiple_bound_locations
|
clippy
Clippy had exited with the 101 exit code
|
doc
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test (ubuntu-latest, stable)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: arduino/setup-protoc@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|