Inherents and empty block production overhaul #261
Annotations
3 errors
cargo clippy:
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)]`
|
cargo clippy:
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
|
cargo clippy
Clippy had exited with the 101 exit code
|
Loading