Skip to content

chore: fix Rust 1.85.0 lints and errors#3240

Merged
davidbarsky merged 1 commit intomasterfrom
hds/rust-clippy-1.85
Mar 24, 2025
Merged

chore: fix Rust 1.85.0 lints and errors#3240
davidbarsky merged 1 commit intomasterfrom
hds/rust-clippy-1.85

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 a team, davidbarsky and hawkw 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
hds added a commit that referenced this pull request May 21, 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).

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 mentioned this pull request May 21, 2025
25 tasks
hds added a commit that referenced this pull request Jun 3, 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).

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.
pruthvikar pushed a commit to getcarv/tracing that referenced this pull request Mar 7, 2026
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.
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