mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-12 05:11:32 +00:00
88edc93a8a
warning: this expression borrows a value the compiler would automatically borrow --> net/reqwest/tests/reqwesthttpsrc.rs:126:56 | 126 | async move { Ok::<_, hyper::Error>((&mut *http_func.lock().unwrap())(req)) } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `(*http_func.lock().unwrap())` | = note: `#[warn(clippy::needless_borrow)]` on by default = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow |
||
---|---|---|
.. | ||
reqwesthttpsrc.rs |