about summary refs log tree commit diff
path: root/tests/ui/lint/noop-method-call.fixed
AgeCommit message (Collapse)AuthorLines
2024-02-22When encountering `<&T as Clone>::clone(x)` because `T: Clone`, suggest ↵Esteban Küber-64/+0
`#[derive(Clone)]` CC #40699.
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2023-09-28Fix `noop_method_call` detection for new diagnostic itemsJason Newcomb-0/+13
2023-07-23add suggestionDeadbeef-0/+51