Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix recursive trait bounds exposed with rustc 1.75.0
cargo llvm-cov was hitting this issue: error[E0275]: overflow evaluating the requirement `<Runtime as pallet_grandpa::Config>::KeyOwnerProof == _` which is documented upstream in rust-lang/rust#117211 paritytech/polkadot-sdk#2641 and fixed in polkadot-sdk v1.6.0 and later, see paritytech/polkadot-sdk#2644
- Loading branch information