bors 0e43a04fab Auto merge of #11587 - y21:into_iter_without_iter, r=Jarcho
new lint: `into_iter_without_iter`

Closes #9736 (part 2)

This implements the other lint that my earlier PR missed: given an `IntoIterator for &Type` impl, check that there exists an inherent `fn iter(&self)` method.

changelog: new lint: `into_iter_without_iter`

r? `@Jarcho` since you reviewed #11527 I figured it makes sense for you to review this as well?
2023-09-30 18:43:37 +00:00
..
2023-09-20 14:05:00 +00:00
2023-09-25 16:19:02 +02:00
2023-09-14 21:20:50 +00:00
2023-09-26 13:49:15 +00:00
2023-09-25 10:31:51 +02:00
2023-09-25 16:19:02 +02:00
2023-09-24 21:37:56 +02:00
2023-09-22 19:41:00 +02:00
2023-09-28 22:22:36 +02:00
2023-09-26 13:49:15 +00:00
2023-09-18 12:15:51 +00:00
2023-09-20 14:05:00 +00:00
2023-09-20 14:05:00 +00:00
2023-08-04 13:17:39 +02:00