Skip to content

chore: fix Rust 1.86.0 lints#3253

Merged
davidbarsky merged 1 commit intomasterfrom
hds/rust-1.86.0
Apr 10, 2025
Merged

chore: fix Rust 1.86.0 lints#3253
davidbarsky merged 1 commit intomasterfrom
hds/rust-1.86.0

Conversation

@hds
Copy link
Contributor

@hds hds commented Apr 10, 2025

There was a single case of the new
clippy::double_ended_iterator_last lint which was triggered in
tracing-attributes and needed to be fixed.

There were also a number of cases of incorrectly indented lines, caught
in clippy::doc_overindented_list_items.

@hds hds requested review from a team, davidbarsky and hawkw as code owners April 10, 2025 10:49
@hds hds force-pushed the hds/rust-1.86.0 branch from 17bc62b to b9d72cc Compare April 10, 2025 10:52
There was a single case of the new
[`clippy::double_ended_iterator_last`] lint which was triggered in
`tracing-attributes` and needed to be fixed.

There were also a number of cases of incorrectly indented lines, caught
in [`clippy::doc_overindented_list_items`].

[`clippy::double_ended_iterator_last`]: https://rust-lang.github.io/rust-clippy/master/index.html#double_ended_iterator_last
[`clippy::doc_overindented_list_items`]: https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
@hds hds force-pushed the hds/rust-1.86.0 branch from b9d72cc to fe00690 Compare April 10, 2025 12:11
@davidbarsky davidbarsky merged commit dfc2c8b into master Apr 10, 2025
57 checks passed
@davidbarsky davidbarsky deleted the hds/rust-1.86.0 branch April 10, 2025 16:42
hds added a commit that referenced this pull request May 21, 2025
There was a single case of the new
[`clippy::double_ended_iterator_last`] lint which was triggered in
`tracing-attributes` and needed to be fixed.

There were also a number of cases of incorrectly indented lines, caught
in [`clippy::doc_overindented_list_items`].

[`clippy::double_ended_iterator_last`]: https://rust-lang.github.io/rust-clippy/master/index.html#double_ended_iterator_last
[`clippy::doc_overindented_list_items`]: https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
@hds hds mentioned this pull request May 21, 2025
25 tasks
hds added a commit that referenced this pull request Jun 3, 2025
There was a single case of the new
[`clippy::double_ended_iterator_last`] lint which was triggered in
`tracing-attributes` and needed to be fixed.

There were also a number of cases of incorrectly indented lines, caught
in [`clippy::doc_overindented_list_items`].

[`clippy::double_ended_iterator_last`]: https://rust-lang.github.io/rust-clippy/master/index.html#double_ended_iterator_last
[`clippy::doc_overindented_list_items`]: https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
pruthvikar pushed a commit to getcarv/tracing that referenced this pull request Mar 7, 2026
There was a single case of the new
[`clippy::double_ended_iterator_last`] lint which was triggered in
`tracing-attributes` and needed to be fixed.

There were also a number of cases of incorrectly indented lines, caught
in [`clippy::doc_overindented_list_items`].

[`clippy::double_ended_iterator_last`]: https://rust-lang.github.io/rust-clippy/master/index.html#double_ended_iterator_last
[`clippy::doc_overindented_list_items`]: https://rust-lang.github.io/rust-clippy/master/index.html#doc_overindented_list_items
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