gstreamer-rs/gstreamer-app/src
Sebastian Dröge b06a692dea Fix a new beta clippy warning
warning: unused return value of `std::boxed::Box::<T>::from_raw` that must be used
  --> gstreamer-rtsp-server/src/rtsp_session_pool.rs:23:5
   |
23 |     Box::<F>::from_raw(ptr as *mut _);
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_must_use)]` on by default
   = note: call `drop(from_raw(ptr))` if you intend to drop the `Box`
2022-08-10 10:27:27 +00:00
..
auto Regenerate with latest gir 2022-07-18 13:25:36 +03:00
app_sink.rs Fix a new beta clippy warning 2022-08-10 10:27:27 +00:00
app_src.rs Fix a new beta clippy warning 2022-08-10 10:27:27 +00:00
lib.rs Ignore clippy::non_send_fields_in_send_ty lint 2022-01-13 23:38:11 +02:00