about summary refs log tree commit diff
path: root/tests/ui/lint/noop-method-call.rs
AgeCommit message (Expand)AuthorLines
2024-02-22When encountering `<&T as Clone>::clone(x)` because `T: Clone`, suggest `#[de...Esteban Küber-1/+0
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-16/+13
2023-07-23make `noop_method_call` warn by defaultDeadbeef-1/+0
2023-04-28uplift `clippy::clone_double_ref` as `suspicious_double_ref_op`Deadbeef-4/+4
2023-01-11Move /src/test to /testsAlbert Larsan-0/+55