rust/tests
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
..
test_utils
ui Auto merge of #11587 - y21:into_iter_without_iter, r=Jarcho 2023-09-30 18:43:37 +00:00
ui-cargo
ui-internal
ui-toml Merge remote-tracking branch 'upstream/master' into rustup 2023-09-25 10:26:11 +02:00
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs
dogfood.rs
headers.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs