11error: you are deriving `PartialEq` and can implement `Eq`
2- --> tests/ui/derive_partial_eq_without_eq.rs:11 :17
2+ --> tests/ui/derive_partial_eq_without_eq.rs:12 :17
33 |
44LL | #[derive(Debug, PartialEq)]
55 | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
@@ -8,73 +8,73 @@ LL | #[derive(Debug, PartialEq)]
88 = help: to override `-D warnings` add `#[allow(clippy::derive_partial_eq_without_eq)]`
99
1010error: you are deriving `PartialEq` and can implement `Eq`
11- --> tests/ui/derive_partial_eq_without_eq.rs:53 :10
11+ --> tests/ui/derive_partial_eq_without_eq.rs:70 :10
1212 |
1313LL | #[derive(PartialEq)]
1414 | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
1515
1616error: you are deriving `PartialEq` and can implement `Eq`
17- --> tests/ui/derive_partial_eq_without_eq.rs:59 :10
17+ --> tests/ui/derive_partial_eq_without_eq.rs:76 :10
1818 |
1919LL | #[derive(PartialEq)]
2020 | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
2121
2222error: you are deriving `PartialEq` and can implement `Eq`
23- --> tests/ui/derive_partial_eq_without_eq.rs:65 :10
23+ --> tests/ui/derive_partial_eq_without_eq.rs:82 :10
2424 |
2525LL | #[derive(PartialEq)]
2626 | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
2727
2828error: you are deriving `PartialEq` and can implement `Eq`
29- --> tests/ui/derive_partial_eq_without_eq.rs:68 :10
29+ --> tests/ui/derive_partial_eq_without_eq.rs:85 :10
3030 |
3131LL | #[derive(PartialEq)]
3232 | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
3333
3434error: you are deriving `PartialEq` and can implement `Eq`
35- --> tests/ui/derive_partial_eq_without_eq.rs:74 :10
35+ --> tests/ui/derive_partial_eq_without_eq.rs:91 :10
3636 |
3737LL | #[derive(PartialEq)]
3838 | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
3939
4040error: you are deriving `PartialEq` and can implement `Eq`
41- --> tests/ui/derive_partial_eq_without_eq.rs:80 :10
41+ --> tests/ui/derive_partial_eq_without_eq.rs:97 :10
4242 |
4343LL | #[derive(PartialEq)]
4444 | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
4545
4646error: you are deriving `PartialEq` and can implement `Eq`
47- --> tests/ui/derive_partial_eq_without_eq.rs:93 :17
47+ --> tests/ui/derive_partial_eq_without_eq.rs:110 :17
4848 |
4949LL | #[derive(Debug, PartialEq, Clone)]
5050 | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
5151
5252error: you are deriving `PartialEq` and can implement `Eq`
53- --> tests/ui/derive_partial_eq_without_eq.rs:96 :10
53+ --> tests/ui/derive_partial_eq_without_eq.rs:113 :10
5454 |
5555LL | #[derive(PartialEq)]
5656 | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
5757
5858error: you are deriving `PartialEq` and can implement `Eq`
59- --> tests/ui/derive_partial_eq_without_eq.rs:103 :14
59+ --> tests/ui/derive_partial_eq_without_eq.rs:120 :14
6060 |
6161LL | #[derive(PartialEq)]
6262 | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
6363
6464error: you are deriving `PartialEq` and can implement `Eq`
65- --> tests/ui/derive_partial_eq_without_eq.rs:106 :14
65+ --> tests/ui/derive_partial_eq_without_eq.rs:123 :14
6666 |
6767LL | #[derive(PartialEq)]
6868 | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
6969
7070error: you are deriving `PartialEq` and can implement `Eq`
71- --> tests/ui/derive_partial_eq_without_eq.rs:166 :14
71+ --> tests/ui/derive_partial_eq_without_eq.rs:183 :14
7272 |
7373LL | #[derive(PartialEq)]
7474 | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
7575
7676error: you are deriving `PartialEq` and can implement `Eq`
77- --> tests/ui/derive_partial_eq_without_eq.rs:174 :14
77+ --> tests/ui/derive_partial_eq_without_eq.rs:191 :14
7878 |
7979LL | #[derive(PartialEq)]
8080 | ^^^^^^^^^ help: consider deriving `Eq` as well: `PartialEq, Eq`
0 commit comments