alexcrichton / curl-rust

Rust bindings to libcurl
MIT License
1k stars 234 forks source link

Fix suspicious_double_ref_op warning #531

Closed ehuss closed 8 months ago

ehuss commented 8 months ago

rustc recently added the suspicious_double_ref_op diagnostic which warns about trying to clone a double reference (which doesn't clone the underlying type).