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

ref(relay): Fix Rust 1.83 lints #4307

Merged
merged 1 commit into from
Nov 28, 2024
Merged

ref(relay): Fix Rust 1.83 lints #4307

merged 1 commit into from
Nov 28, 2024

Conversation

Dav1dde
Copy link
Member

@Dav1dde Dav1dde commented Nov 28, 2024

Fixes all Clippy and rustfmt issues with 1.83.

This adds a bunch of ignores for the non_local_definitions lint, since synstructure generates code which causes the lint to fire. synstructure 0.13 has this fixed, but it depends on syn2, where we still use syn1 in the derive crates. Updating to syn2 is too much effort for the moment.

#skip-changelog

@Dav1dde Dav1dde requested a review from a team as a code owner November 28, 2024 15:01
@Dav1dde Dav1dde self-assigned this Nov 28, 2024
@Dav1dde Dav1dde merged commit 912acc5 into master Nov 28, 2024
22 checks passed
@Dav1dde Dav1dde deleted the dav1d/clippy-183 branch November 28, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants