| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-10-14 | Special case iterator chain checks for suggestion | Esteban Küber | -0/+42 | |
| When encountering method call chains of `Iterator`, check for trailing `;` in the body of closures passed into `Iterator::map`, as well as calls to `<T as Clone>::clone` when `T` is a type param and `T: !Clone`. Fix #9082. | ||||
