http-rs / surf

Fast and friendly HTTP client framework for async Rust
https://docs.rs/surf
Apache License 2.0
1.45k stars 119 forks source link

client: ignore rc_buffer clippy warning #242

Closed Fishrock123 closed 3 years ago

Fishrock123 commented 3 years ago

This new lint popped up overnight, see https://github.com/rust-lang/rust-clippy/pull/6044

The problem is that we do indeed want this structure.