mozilla / webrtc-sdp

Rust SDP parser for WebRTC
Mozilla Public License 2.0
155 stars 30 forks source link

Fix clippy warnings #270

Closed na-g closed 1 year ago

na-g commented 1 year ago

This fixes the cargo clippy warnings with version clippy 0.1.69 (11d96b5 2023-02-01).

na-g commented 1 year ago

We'll need to bump the minimum rust version to land this.