paritytech / polkadot-sdk

The Parity Polkadot Blockchain SDK
https://polkadot.com/
1.89k stars 696 forks source link

Remove fixed workaround in `impl_runtime_apis` #5839

Closed skunert closed 1 month ago

skunert commented 1 month ago

This PR removes a workaround which had a reference comment to a rust compiler issue. The issue has been fixed and we should be able to remove that trait bound.