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

chore: fix Rust 1.84.0 lints and errors #3202

Merged
merged 1 commit into from
Jan 24, 2025
Merged

chore: fix Rust 1.84.0 lints and errors #3202

merged 1 commit into from
Jan 24, 2025

Conversation

hds
Copy link
Contributor

@hds hds commented Jan 24, 2025

There was only a single case of the new needless_as_bytes lint which
was triggered and needed to be fixed.

There was also a "UI" test in tracing-attributes that needed to be
updated because the error text has changed (it gives more details of
course).

@hds hds requested review from hawkw, davidbarsky and a team as code owners January 24, 2025 11:17
There was only a single case of the new `needless_as_bytes` lint which
was triggered and needed to be fixed.

There was also a "UI" test in `tracing-attributes` that needed to be
updated because the error text has changed (it gives more details of
course).
@hds hds force-pushed the hds/rust-1.84.0 branch from 21a2c7e to f66bdf7 Compare January 24, 2025 14:56
@hds hds changed the title chore: fix clippy lints from Rust 1.84.0 chore: fix Rust 1.84.0 lints and errors Jan 24, 2025
@hds hds merged commit b486867 into master Jan 24, 2025
56 checks passed
@hds hds deleted the hds/rust-1.84.0 branch January 24, 2025 17:38
hds added a commit that referenced this pull request Jan 24, 2025
There was only a single case of the new `needless_as_bytes` lint which
was triggered and needed to be fixed.

There was also a "UI" test in `tracing-attributes` that needed to be
updated because the error text has changed (it gives more details of
course).
hds added a commit that referenced this pull request Jan 24, 2025
There was only a single case of the new `needless_as_bytes` lint which
was triggered and needed to be fixed.

There was also a "UI" test in `tracing-attributes` that needed to be
updated because the error text has changed (it gives more details of
course).
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.

2 participants