snapview / tungstenite-rs

Lightweight stream-based WebSocket implementation for Rust.
Apache License 2.0
1.93k stars 221 forks source link

Fix clippy warnings & add CI build job for clippy #445

Closed nickelc closed 2 months ago

nickelc commented 2 months ago

This PR fixes the current default clippy warnings and some selected warnings from the clippy::pedantic group.

It also adds an additional CI build job for clippy as suggested in https://github.com/snapview/tungstenite-rs/pull/434#pullrequestreview-2235867363.