794 |
pub mod issue83 {
|
795 |
#![allow(clippy::needless_arbitrary_self_type)]
|
1259 |
pub mod issue83 {
|
1260 |
#![allow(clippy::needless_arbitrary_self_type)]
|
7 |
// TODO: figure out these macros and let us replace (self: Self) with self
|
8 |
#![allow(clippy::needless_arbitrary_self_type)]
|
2 |
clippy::new_without_default,
|
3 |
clippy::needless_arbitrary_self_type,
|
4 |
clippy::boxed_local,
|
708 |
pub mod issue83 {
|
709 |
#![allow(clippy::needless_arbitrary_self_type)]
|