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() {
|
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() {
|
415 |
#[cfg(test)]
|
416 |
#[allow(clippy::disallowed_types)]
|
417 |
mod tests {
|
4 |
// implement swc's `Comments` trait
|
5 |
#![allow(clippy::disallowed_types)]
|
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
|
4 |
#![allow(clippy::disallowed_types)]
|
18 |
#![allow(clippy::disallowed_types)]
|