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.60 warnings #2056

Merged
merged 2 commits into from Apr 8, 2022
Merged

chore: fix Rust 1.60 warnings #2056

merged 2 commits into from Apr 8, 2022

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Apr 7, 2022

Motivation

The Rust 1.60 release introduced a few new lints that trigger on the
tracing codebase. In particular, clippy added some new lints for
method naming, and the unreachable_pub lint now seems to be triggered
incorrectly by pub use foo as _ re-exports.

Solution

This branch fixes the lints.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
@hawkw hawkw requested review from yaahc, a team and davidbarsky as code owners April 7, 2022 16:38
@hawkw hawkw enabled auto-merge (squash) April 7, 2022 16:38
@hawkw hawkw disabled auto-merge April 7, 2022 16:48
@hawkw hawkw enabled auto-merge (squash) April 7, 2022 17:13
@hawkw hawkw disabled auto-merge April 8, 2022 00:08
@hawkw hawkw merged commit d0d5dcf into master Apr 8, 2022
@hawkw hawkw deleted the eliza/clippy-1.60 branch April 8, 2022 00:08
hawkw added a commit that referenced this pull request Apr 8, 2022
## Motivation

The Rust 1.60 release introduced a few new lints that trigger on the
`tracing` codebase. In particular, `clippy` added some new lints for
method naming, and the `unreachable_pub` lint now seems to be triggered
incorrectly by `pub use foo as _` re-exports.

## Solution

This branch fixes the lints.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
@hawkw hawkw mentioned this pull request Apr 8, 2022
hawkw added a commit that referenced this pull request Apr 9, 2022
## Motivation

The Rust 1.60 release introduced a few new lints that trigger on the
`tracing` codebase. In particular, `clippy` added some new lints for
method naming, and the `unreachable_pub` lint now seems to be triggered
incorrectly by `pub use foo as _` re-exports.

## Solution

This branch fixes the lints.

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
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.

None yet

1 participant