-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore(deps): 2024 edition syntax fixes #14731
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
base: main
Are you sure you want to change the base?
Conversation
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.
we haven't decided on when to transition to 2024
this will obv conflict so I think we can close this for now
would still include the syntax fixes in this pr, last edition let them pass through, i.e. last edition can also compile this syntax, rules just got stricter in 2024 |
these syntax fixes are unavoidable @mattsse , how come this is blocked? |
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.
Copilot reviewed 118 out of 118 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
crates/e2e-test-utils/src/wallet.rs:35
- Renaming the function to 'wallet_gen' improves clarity over the previous generic name 'gen'. Ensure that all callers and documentation references have been updated accordingly.
pub fn wallet_gen(&self) -> Vec<PrivateKeySigner> {
Fixes syntax wrt edition 2024