eclipse-zenoh / zenoh

zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.
https://zenoh.io
Other
1.44k stars 151 forks source link

Apply lints from Clippy 1.81.0 #1365

Closed fuzzypixelz closed 4 weeks ago

fuzzypixelz commented 4 weeks ago

https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html.

wyfo commented 4 weeks ago

I agree about silencing the lints instead or removing code. When MSRV will reach 1.81, we will add clippy::allow_attributes link and everything will get fine.