gst-plugins-rs/generic/threadshare
Sebastian Dröge bdaa39e267 threadshare: Fix some new clippy beta warnings
warning: this expression borrows a value the compiler would automatically borrow
   --> generic/threadshare/src/runtime/executor/async_wrapper.rs:402:19
    |
402 |             match (&mut *self).get_mut().read(buf) {
    |                   ^^^^^^^^^^^^ help: change this to: `(*self)`
    |
    = 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
2022-08-10 12:58:28 +03:00
..
examples Fix/silence a couple new clippy warnings 2022-06-30 16:07:32 +03:00
src threadshare: Fix some new clippy beta warnings 2022-08-10 12:58:28 +03:00
tests ts: update elements for new TransitionStatus 2022-08-09 19:48:06 +02:00
build.rs fix-getters-calls 0.3.0 pass 2021-04-20 18:19:58 +02:00
Cargo.toml ts/Task: spawn StateMachine on ts Context 2022-08-09 19:48:06 +02:00
LICENSE-LGPLv2 Add LICENSE files to each individual crate 2020-07-10 13:06:28 +03:00