DataDog / glommio

Glommio is a thread-per-core crate that makes writing highly parallel asynchronous applications in a thread-per-core architecture easier for rustaceans.
Other
2.93k stars 161 forks source link

refactor: comply with clippy linters #631

Closed aurelilys closed 6 months ago

aurelilys commented 6 months ago

Little pull request, to comply with the new lints from clippy:

glommer commented 6 months ago

Thank you!