• async-trait 0.1.64/tests/test.rs
    794
    pub mod issue83 {
    795
        #![allow(clippy::needless_arbitrary_self_type)]
  • async-trait-fn 0.1.64/tests/test.rs
    1259
    pub mod issue83 {
    1260
        #![allow(clippy::needless_arbitrary_self_type)]
  • cw-storage-plus 1.0.1/src/endian.rs
    7
    // TODO: figure out these macros and let us replace (self: Self) with self
    8
    #![allow(clippy::needless_arbitrary_self_type)]
  • faux 0.1.9/tests/arbitrary_self.rs
    2
        clippy::new_without_default,
    3
        clippy::needless_arbitrary_self_type,
    4
        clippy::boxed_local,
  • samotop-async-trait 0.2.1/tests/test.rs
    708
    pub mod issue83 {
    709
        #![allow(clippy::needless_arbitrary_self_type)]