Skip to content

chore: fix Rust 1.84.0 lints and errors#3202

Merged
hds merged 1 commit intomasterfrom
hds/rust-1.84.0
Jan 24, 2025
Merged

chore: fix Rust 1.84.0 lints and errors#3202
hds merged 1 commit intomasterfrom
hds/rust-1.84.0

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 a team, davidbarsky and hawkw 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
55 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).
hds added a commit that referenced this pull request Mar 24, 2025
We had some broken link formatting in the `tracing-journald` docs which
clippy picked up (the text looked like a link definition, but wasn't
meant to be). These have now been corrected.

Another fix for a broken link in the `tracing-subscriber` main page was
also included.
hds added a commit that referenced this pull request Mar 24, 2025
We had some broken link formatting in the `tracing-journald` docs which
clippy picked up (the text looked like a link definition, but wasn't
meant to be). These have now been corrected.

Fixes for a broken link in the `tracing-subscriber` main page and
correcting the link to `Collect` from `tracing-log` (which also doesn't
depend on `tracing` directly) were also included.
@hds hds mentioned this pull request May 21, 2025
25 tasks
pruthvikar pushed a commit to getcarv/tracing that referenced this pull request Mar 7, 2026
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