containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
195 stars 45 forks source link

Fix clippy warnings for 1.68 toolchain #178

Closed jsturtevant closed 1 year ago

jsturtevant commented 1 year ago

The main branch isn't building due to clippy updates in rust 1.68. This fixes clippy warnings for 1.68 toolchain

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (476446f) 25.76% compared to head (b2c1d3d) 25.76%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #178 +/- ## ======================================= Coverage 25.76% 25.76% ======================================= Files 16 16 Lines 2395 2395 ======================================= Hits 617 617 Misses 1778 1778 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=containerd). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=containerd)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

Tim-Zhang commented 1 year ago

@jsturtevant https://github.com/containerd/ttrpc-rust/pull/179

jsturtevant commented 1 year ago

/close in favor of #179