about summary refs log tree commit diff
path: root/tests/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-09-29 01:58:42 +0000
committerbors <bors@rust-lang.org>2023-09-29 01:58:42 +0000
commitd38fa1a32dd265793a64c1543de45a7d2fde0d0b (patch)
treed8bfae2ec224cd54e6ede077e1715ed661d66b01 /tests/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
parent91997a4df416a0d058853f353de5e4648089dbb8 (diff)
parent330ebbb9f9ee3c4bab37e330726ccc3ac1c26e4a (diff)
downloadrust-d38fa1a32dd265793a64c1543de45a7d2fde0d0b.tar.gz
rust-d38fa1a32dd265793a64c1543de45a7d2fde0d0b.zip
Auto merge of #11527 - y21:iter_without_into_iter, r=Jarcho
new lint: `iter_without_into_iter`

Closes #9736

A new lint that looks for `iter` (and `iter_mut`) method implementations without the type implementing `IntoIterator` for `&Type`.
Imo this seems rather pedantic, so I went with that, but I can be convinced to change it to `style` like the linked issue asked for.
Writing a machine applicable suggestion seems a bit tricky and tedious, so for now this relies on the user adding remaining lifetimes.

changelog: new lint: `iter_without_into_iter`
Diffstat (limited to 'tests/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions