about summary refs log tree commit diff
path: root/tests/ui/map_clone.fixed
AgeCommit message (Expand)AuthorLines
2019-12-22Fix `map_clone` false positiveMichael Wright-0/+10
2019-10-03Test fixesShotaro Yamada-1/+1
2019-05-16Also rename the lint in test filesflip1995-1/+1
2019-05-16Split redundant_closure lintMichael Wright-1/+1
2019-04-28Suggest .copied() for map_clone on iterators tooManish Goregaokar-2/+2
2019-04-15Only suggest .copied() for Option right nowManish Goregaokar-4/+4
2019-04-15Also suggest .copied() when .clone() is called on a Copy typeManish Goregaokar-0/+1
2019-04-15Suggest .copied() instead of .cloned() in map_clone when dealing with referencesManish Goregaokar-2/+3
2019-02-10removing redundant closures in the whole projectGrzegorz-0/+1
2019-01-15Fix issue number in `map_clone` testMichael Wright-1/+1
2019-01-15Fix `map_clone` bad suggestionMichael Wright-0/+12
2019-01-13Add run-rustfix to map_clone testWilco Kusee-0/+11