Skip to content
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(rs): rust 1.83 clippy warnings #710

Merged
merged 7 commits into from
Dec 4, 2024
Merged

fix(rs): rust 1.83 clippy warnings #710

merged 7 commits into from
Dec 4, 2024

Conversation

vobradovich
Copy link
Member

@vobradovich vobradovich commented Dec 3, 2024

  • bump rustdoc-types to "=0.31.0"
  • downgrade parity-scale-codec to "=3.6.12"
  • fix needless lifetimes in our code
  • add #[allow(clippy::needless_lifetimes)] to services w/ lifetimes
  • add #[allow(static_mut_refs)] to statics

@vobradovich vobradovich self-assigned this Dec 3, 2024
@vobradovich vobradovich added the rust Pull requests that update Rust code label Dec 4, 2024
@vobradovich vobradovich marked this pull request as ready for review December 4, 2024 11:33
@vobradovich vobradovich merged commit 08caaa4 into master Dec 4, 2024
8 checks passed
@vobradovich vobradovich deleted the vo/fix-rs-build branch December 4, 2024 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants