Skip to content
Unverified Commit 799356eb authored by Max Inden's avatar Max Inden
Browse files

client/finality-grandpa: Implement Unpin on structs instead of bound

Instead of requiring `Unpin` on all generic trait bounds involved in
anything ever `poll`ed, one can implement `Unpin` on the structs being
`poll`ed themselves.
parent 030f26fd
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment