Oli Scherer
5bd97ac17a
Update tests
2023-06-26 14:13:07 +00:00
Centri3
26f50395ba
Add needless_if
lint
2023-06-10 06:51:03 -05:00
Oli Scherer
def1705a27
Update to a compiletest-rs version that requires //@
for commands
2023-04-20 14:44:03 +00:00
bors
bf2e63104d
Auto merge of #8807 - Jarcho:cmp_owned, r=giraffate
...
Fix `cmp_owned` on copy types
fixes #8803
fixes #7365
changelog: Don't lint `cmp_owned` on `From::from` for copy types
2022-05-18 00:19:36 +00:00
nsunderland1
fe84ff3360
New lint: [derive_partial_eq_without_eq
]
2022-05-09 22:13:39 -07:00
Jason Newcomb
993b4016db
Don't lint cmp_owned
when From::from
results in a copy type.
2022-05-09 12:29:31 -04:00
Marek Downar
5b6ec8c57d
#8214 cmp_owned suggestion flips the comparison
2022-01-16 20:27:00 +01:00
Andrea Nall
3d3cfd3754
added new lint implicit_clone
2021-02-26 19:13:47 -06:00
Eduardo Broto
b498e1d715
cmp_owned: reverse operands if necessary
2020-06-23 22:14:45 +02:00
Eduardo Broto
5987c7d404
cmp_owned: avoid FP when PartialEq is not implemented symmetrically
2020-06-23 22:14:45 +02:00
Philipp Hansch
6d425a60a7
Use correct path in comment
...
Co-Authored-By: Philipp Krones <hello@philkrones.com>
2019-08-26 15:28:35 +02:00
Philipp Hansch
9a0b598b73
Split up cmp_owned tests, add run-rustfix
...
Some of the cmp_owned tests emitted non-machine-applicable suggestions,
so I moved them to `tests/ui/cmp_owned/without_suggestion.rs` and added
`// run-rustfix` to the other half.
cc #3630
2019-08-24 10:38:45 +02:00