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.85.0 lints and errors #3240

Merged
merged 1 commit into from
Mar 24, 2025
Merged

Conversation

hds
Copy link
Contributor

@hds hds commented Mar 24, 2025

Motivation

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).

Solution

The incorrect links have now been corrected. They have to link to the
tracing-core crate because tracing-journald doesn't depend on
tracing directly.

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 requested review from hawkw, davidbarsky and a team as code owners March 24, 2025 11:26
@hds hds force-pushed the hds/rust-clippy-1.85 branch 2 times, most recently from 1c74be9 to 2b80ced Compare March 24, 2025 11:54
@hds hds changed the title chore: fix Rust 1.85.0 lints and errors (#3202) chore: fix Rust 1.85.0 lints and errors Mar 24, 2025
@hds hds force-pushed the hds/rust-clippy-1.85 branch from 2b80ced to eea9224 Compare March 24, 2025 11:59
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).

The incorrect links have now been corrected. They have to link to the
`tracing-core` crate because `tracing-journald` doesn't depend on
`tracing` directly.

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 force-pushed the hds/rust-clippy-1.85 branch from eea9224 to bf08bd7 Compare March 24, 2025 13:10
@davidbarsky davidbarsky merged commit c400b75 into master Mar 24, 2025
56 checks passed
@davidbarsky davidbarsky deleted the hds/rust-clippy-1.85 branch March 24, 2025 18:52
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