-
Notifications
You must be signed in to change notification settings - Fork 810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix compilation warnings #7507
Fix compilation warnings #7507
Conversation
/cmd prdoc --audience runtime_dev --bump minor |
All GitHub workflows were cancelled due to failure one of the required jobs. |
bridges/modules/grandpa/src/lib.rs
Outdated
return Some(grandpa_info) | ||
} | ||
None | ||
let Event::<T, I>::UpdatedBestFinalizedHeader { grandpa_info, .. } = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't seem to compile correctly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah looks like this does not compile on the current version
This should fix some compilation warnings discovered under rustc 1.83