• ark-module 0.17.0-pre.15/src/panic.rs
    38
    #[doc(hidden)]
    39
    #[allow(clippy::disallowed_types)] // we generally prefer `parking_lot::Once`, but in Wasm this is fine and avoids dependency
    40
    pub unsafe fn ark_register_panic_hook() {
  • bevy_reflect 0.9.1/src/lib.rs
    95
    #[cfg(test)]
    96
    #[allow(clippy::disallowed_types, clippy::approx_constant)]
    97
    mod tests {
    190
        #[test]
    191
        #[allow(clippy::disallowed_types)]
    192
        fn reflect_unit_struct() {
  • bevy_tasks 0.9.1/src/task_pool.rs
    415
    #[cfg(test)]
    416
    #[allow(clippy::disallowed_types)]
    417
    mod tests {
  • deno_ast 0.23.2/src/comments.rs
    4
    // implement swc's `Comments` trait
    5
    #![allow(clippy::disallowed_types)]
  • perchance 0.5.0/src/lib.rs
    47
    //! Perchance does NOT guarantee the same random number generator across new versions of the crate.
    48
    #![allow(clippy::disallowed_types)] // allow usage of std::sync::Mutex (instead of parking_lot) as this is typically intended for Wasm
  • zspell 0.3.3/benches/datastructure.rs
    4
    #![allow(clippy::disallowed_types)]
  • zspell 0.3.3/benches/small_map.rs
    18
    #![allow(clippy::disallowed_types)]