• kube-runtime 0.78.0/src/utils/mod.rs
    59
        #[allow(clippy::mut_mutex_lock)]
    60
        fn poll_next(
  • rxrust 1.0.0-alpha.5/src/ops/merge_all.rs
    190
      #[allow(clippy::mut_mutex_lock)]
    191
      fn next(&mut self, value: Self::Item) {
    203
      #[allow(clippy::mut_mutex_lock)]
    204
      fn error(&mut self, err: Self::Err) {
    211
      #[allow(clippy::mut_mutex_lock)]
    212
      fn complete(&mut self) {
  • grafix-toolbox 0.8.7/kit/utility/profiling.rs
    1
    #![allow(clippy::mut_mutex_lock)]
    2
    use crate::uses::{sync::*, time::*, GL, *};