harlanc / xiu

A simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
https://rustxiu.com
MIT License
1.77k stars 187 forks source link

Automatically fix the clippy lints #27

Closed lu-zero closed 1 year ago

lu-zero commented 1 year ago

Here a first batch of fixes, it is just cargo clippy --fix, let me know what you think. If you like the idea I can complete the work by fixing the lints clippy cannot automatically fix.

harlanc commented 1 year ago

It's great, please go ahead with your work.