thiserror/impl
David Tolnay 21c26903e2
Ignore wrong_self_convention clippy lint
error: methods called `from_*` usually take no `self`
     --> impl/src/prop.rs:5:30
      |
    5 |     pub(crate) fn from_field(&self) -> Option<&Field> {
      |                              ^^^^^
      |
      = note: `-D clippy::wrong-self-convention` implied by `-D clippy::all`
      = help: consider choosing a less ambiguous name
      = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention

    error: methods called `from_*` usually take no `self`
      --> impl/src/prop.rs:51:30
       |
    51 |     pub(crate) fn from_field(&self) -> Option<&Field> {
       |                              ^^^^^
       |
       = help: consider choosing a less ambiguous name
       = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#wrong_self_convention
2022-01-14 19:27:43 -08:00
..
src Ignore wrong_self_convention clippy lint 2022-01-14 19:27:43 -08:00
Cargo.toml Release 1.0.30 2021-10-09 01:53:11 +01:00
LICENSE-APACHE Link license files into impl subcrate 2020-02-14 11:11:30 -08:00
LICENSE-MIT Link license files into impl subcrate 2020-02-14 11:11:30 -08:00