rust-clippy/tests/ui-cargo
kraktus 1909a6af1a [use_self] fix suggestion when full path to struct was given
Previously the following wrong suggestion was given

```rust
impl Error for std::fmt::Error {
    fn custom<T: std::fmt::Display>(_msg: T) -> Self {
-        std::fmt::Error // Should lint
+        Self::Error // Should lint
    }
}
```

Also remove known problem line related to #4140 since it's been closed, and refactor the lint
2022-10-26 18:30:32 +02:00
..
cargo_common_metadata Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup 2022-07-28 19:08:22 +02:00
cargo_rust_version [use_self] fix suggestion when full path to struct was given 2022-10-26 18:30:32 +02:00
duplicate_mod/fail Merge remote-tracking branch 'upstream/master' into rustup 2022-10-06 09:19:29 +02:00
feature_name Merge remote-tracking branch 'upstream/master' into rustup 2022-10-06 09:19:29 +02:00
module_style Merge remote-tracking branch 'upstream/master' into rustup 2022-10-06 09:19:29 +02:00
multiple_config_files Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup 2022-07-28 19:08:22 +02:00
multiple_crate_versions Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup 2022-07-28 19:08:22 +02:00
wildcard_dependencies Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy 2020-06-09 14:36:01 +00:00
update-all-references.sh Merge commit '4911ab124c481430672a3833b37075e6435ec34d' into clippyup 2020-12-20 17:19:49 +01:00