blob: 1136b33ea9104f5ce3bde683b8318fcfca4c0f52 [file]
error: methods called `new` usually return `Self`
--> tests/ui/methods.rs:76:5
|
LL | / fn new() -> i32 {
LL | |
LL | | 0
LL | | }
| |_____^
|
= note: `-D clippy::new-ret-no-self` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::new_ret_no_self)]`
error: aborting due to 1 previous error