blob: 31ed291c7d658eff8b12dded3816ccb890d321da [file] [edit]
error: methods called `from_*` usually take no `self`
--> tests/ui/wrong_self_convention2.rs:53:29
|
LL | pub fn from_be_self(self) -> Self {
| ^^^^
|
= help: consider choosing a less ambiguous name
= note: `-D clippy::wrong-self-convention` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::wrong_self_convention)]`
error: methods called `from_*` usually take no `self`
--> tests/ui/wrong_self_convention2.rs:64:25
|
LL | fn from_be_self(self) -> Self;
| ^^^^
|
= help: consider choosing a less ambiguous name
error: aborting due to 2 previous errors