{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":26850443,"defaultBranch":"master","name":"rust-clippy","ownerLogin":"rust-lang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-11-19T07:49:21.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5430905?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725558356.0","currentOid":""},"activityList":{"items":[{"before":"8ce8f799733c969c49a29d3b98e0c8d00d4626bc","after":"d517207f5f051b88b549133d7137022532b5f908","ref":"refs/heads/gh-pages","pushedAt":"2024-09-13T17:00:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Manishearth","name":"Manish Goregaokar","path":"/Manishearth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1617736?s=80&v=4"},"commit":{"message":"Automatic deploy to GitHub Pages: 25367459176bf0fd385594611d5a7c76fbcfa883","shortMessageHtmlLink":"Automatic deploy to GitHub Pages: 2536745"}},{"before":"2b7d80b80ab76e3f3dc5b01d991a32663a9d156b","after":"25367459176bf0fd385594611d5a7c76fbcfa883","ref":"refs/heads/master","pushedAt":"2024-09-13T16:58:38.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13313 - y21:issue13308, r=Centri3\n\nLook at adjusted types instead of fn signature types in `ptr_arg`\n\nThis simplifies the implementation of the `ptr_arg` lint a bit and:\nFixes #13308\nFixes #10612\n\nCurrently, the lint checks if e.g. a `&String` parameter is only used in contexts where a `&str` could work. Part of it worked by looking for path exprs to that parameter in function call position specifically, looking at the callee signature and checking if that parameter type without refs is `String` (or one of a bunch of other special cases).\n\nThis simplified version removes the special casing of function calls and looking at the parameter type and instead just looks at the **adjusted type**, regardless of the expression it's in. This naturally also covers what the previous version was doing (if the expression is in a function call argument position expecting a `&str`, then it will have that adjustment. If it requires a `&String` then it won't have that adjustment and we won't lint).\n\nThe linked issue was a FP that happened because the previous implementation simply didn't consider projection types in the signature type, but with this simplification we don't really need to consider that (because we aren't looking at function signatures at all anymore -- the `&mut Self::Owned` parameter type of `clone_into` is the already-instantiated and normalized type `&mut String`).\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #13313 - y21:issue13308, r=Centri3"}},{"before":"2b7d80b80ab76e3f3dc5b01d991a32663a9d156b","after":"25367459176bf0fd385594611d5a7c76fbcfa883","ref":"refs/heads/auto","pushedAt":"2024-09-13T16:49:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13313 - y21:issue13308, r=Centri3\n\nLook at adjusted types instead of fn signature types in `ptr_arg`\n\nThis simplifies the implementation of the `ptr_arg` lint a bit and:\nFixes #13308\nFixes #10612\n\nCurrently, the lint checks if e.g. a `&String` parameter is only used in contexts where a `&str` could work. Part of it worked by looking for path exprs to that parameter in function call position specifically, looking at the callee signature and checking if that parameter type without refs is `String` (or one of a bunch of other special cases).\n\nThis simplified version removes the special casing of function calls and looking at the parameter type and instead just looks at the **adjusted type**, regardless of the expression it's in. This naturally also covers what the previous version was doing (if the expression is in a function call argument position expecting a `&str`, then it will have that adjustment. If it requires a `&String` then it won't have that adjustment and we won't lint).\n\nThe linked issue was a FP that happened because the previous implementation simply didn't consider projection types in the signature type, but with this simplification we don't really need to consider that (because we aren't looking at function signatures at all anymore -- the `&mut Self::Owned` parameter type of `clone_into` is the already-instantiated and normalized type `&mut String`).\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #13313 - y21:issue13308, r=Centri3"}},{"before":"eb5d4b7dc83582d3825dd8ce2418e8a74e42b452","after":"2b7d80b80ab76e3f3dc5b01d991a32663a9d156b","ref":"refs/heads/master","pushedAt":"2024-09-13T12:03:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13377 - vHugoObject:master, r=dswij\n\nfix: Fixed incorrect comment form suggestion for too_long_first_doc_paragraph lint\n\nfixes #13309\nchangelog: none\n\nComment form is now a variable and a new test for too_long_first_doc_paragraph was added.","shortMessageHtmlLink":"Auto merge of #13377 - vHugoObject:master, r=dswij"}},{"before":"eb5d4b7dc83582d3825dd8ce2418e8a74e42b452","after":"2b7d80b80ab76e3f3dc5b01d991a32663a9d156b","ref":"refs/heads/auto","pushedAt":"2024-09-13T11:55:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13377 - vHugoObject:master, r=dswij\n\nfix: Fixed incorrect comment form suggestion for too_long_first_doc_paragraph lint\n\nfixes #13309\nchangelog: none\n\nComment form is now a variable and a new test for too_long_first_doc_paragraph was added.","shortMessageHtmlLink":"Auto merge of #13377 - vHugoObject:master, r=dswij"}},{"before":"e039e72d85f4df363cada8ec45d2fbe14ad403f5","after":"eb5d4b7dc83582d3825dd8ce2418e8a74e42b452","ref":"refs/heads/master","pushedAt":"2024-09-12T15:52:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13390 - samueltardieu:push-qqtuttutxpmv, r=xFrednet\n\nMake it clearer that the suggestion is an alternative one\n\n`needless_pass_by_value` sometimes suggest marking the concerned type as `Copy`. Adding a `or` before this suggestion makes it clearer that this is not the second part of the original suggestion, but an alternative one.\n\nInspired by a misunderstanding in #13321\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #13390 - samueltardieu:push-qqtuttutxpmv, r=xFrednet"}},{"before":"175341de33c516867114d3062c1ae8d265fb39fd","after":"eb5d4b7dc83582d3825dd8ce2418e8a74e42b452","ref":"refs/heads/auto","pushedAt":"2024-09-12T15:43:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13390 - samueltardieu:push-qqtuttutxpmv, r=xFrednet\n\nMake it clearer that the suggestion is an alternative one\n\n`needless_pass_by_value` sometimes suggest marking the concerned type as `Copy`. Adding a `or` before this suggestion makes it clearer that this is not the second part of the original suggestion, but an alternative one.\n\nInspired by a misunderstanding in #13321\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #13390 - samueltardieu:push-qqtuttutxpmv, r=xFrednet"}},{"before":"e039e72d85f4df363cada8ec45d2fbe14ad403f5","after":"175341de33c516867114d3062c1ae8d265fb39fd","ref":"refs/heads/auto","pushedAt":"2024-09-12T15:17:51.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13390 - samueltardieu:push-qqtuttutxpmv, r=xFrednet\n\nMake it clearer that the suggestion is an alternative one\n\n`needless_pass_by_value` sometimes suggest marking the concerned type as `Copy`. Adding a `or` before this suggestion makes it clearer that this is not the second part of the original suggestion, but an alternative one.\n\nInspired by a misunderstanding in #13321","shortMessageHtmlLink":"Auto merge of #13390 - samueltardieu:push-qqtuttutxpmv, r=xFrednet"}},{"before":"131681b4b9c2460d223b5939a273f0356a8e06f5","after":"e039e72d85f4df363cada8ec45d2fbe14ad403f5","ref":"refs/heads/master","pushedAt":"2024-09-12T10:35:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13386 - alex-semenyuk:no_lint_on_duplicate_reason, r=xFrednet\n\nNot trigger `duplicated_attributes` on duplicate reasons\n\nAs at #13355 we shoudn't trigger `duplicated_attributes` on duplicate reasons attr\nchangelog: [`duplicated_attributes`]: not trigger `duplicated_attributes` on duplicate reasons","shortMessageHtmlLink":"Auto merge of #13386 - alex-semenyuk:no_lint_on_duplicate_reason, r=x…"}},{"before":"131681b4b9c2460d223b5939a273f0356a8e06f5","after":"e039e72d85f4df363cada8ec45d2fbe14ad403f5","ref":"refs/heads/auto","pushedAt":"2024-09-12T10:26:16.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13386 - alex-semenyuk:no_lint_on_duplicate_reason, r=xFrednet\n\nNot trigger `duplicated_attributes` on duplicate reasons\n\nAs at #13355 we shoudn't trigger `duplicated_attributes` on duplicate reasons attr\nchangelog: [`duplicated_attributes`]: not trigger `duplicated_attributes` on duplicate reasons","shortMessageHtmlLink":"Auto merge of #13386 - alex-semenyuk:no_lint_on_duplicate_reason, r=x…"}},{"before":"7371203ae3819581f0bf387ce5561ab6bfe2acd0","after":"8ce8f799733c969c49a29d3b98e0c8d00d4626bc","ref":"refs/heads/gh-pages","pushedAt":"2024-09-11T15:55:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Manishearth","name":"Manish Goregaokar","path":"/Manishearth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1617736?s=80&v=4"},"commit":{"message":"Automatic deploy to GitHub Pages: 131681b4b9c2460d223b5939a273f0356a8e06f5","shortMessageHtmlLink":"Automatic deploy to GitHub Pages: 131681b"}},{"before":"8be0b36687d8776ddb0dde19de63640be03d91f0","after":"131681b4b9c2460d223b5939a273f0356a8e06f5","ref":"refs/heads/master","pushedAt":"2024-09-11T15:53:35.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13369 - samueltardieu:issue-13361, r=y21\n\nSpecial-case suggestions for null pointers constness cast\n\nThis implements the suggestions from #13361. It fits into the existing `ptr_cast_constness` lint, as this is a specialized version. However,\n\n1. I have not modified the lint MSRV, so the documentation for this lint will still show that it applies only from Rust 1.72.0. This is true in the general case, but the lint for null pointers will trigger even before this version as `null()` and `null_mut()` were already present in Rust 1.0 and there is no reason not to apply this lint. I guess this is only a minor documentation issue that can be ignored.\n2. I have not covered the `core::ptr::null::().cast_mut()` (could be made into `core::ptr::null_mut::()`) and `cotr::ptr::null_mut::().cast_const()` (could be made into `core::ptr::null::()`) cases. Should they be covered? If they should, here or in a separate PR?\n\nchangelog: [`ptr_cast_constness`]: special-case suggestions for null pointers constness cast\n\nFix #13361","shortMessageHtmlLink":"Auto merge of #13369 - samueltardieu:issue-13361, r=y21"}},{"before":"8be0b36687d8776ddb0dde19de63640be03d91f0","after":"131681b4b9c2460d223b5939a273f0356a8e06f5","ref":"refs/heads/auto","pushedAt":"2024-09-11T15:43:50.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13369 - samueltardieu:issue-13361, r=y21\n\nSpecial-case suggestions for null pointers constness cast\n\nThis implements the suggestions from #13361. It fits into the existing `ptr_cast_constness` lint, as this is a specialized version. However,\n\n1. I have not modified the lint MSRV, so the documentation for this lint will still show that it applies only from Rust 1.72.0. This is true in the general case, but the lint for null pointers will trigger even before this version as `null()` and `null_mut()` were already present in Rust 1.0 and there is no reason not to apply this lint. I guess this is only a minor documentation issue that can be ignored.\n2. I have not covered the `core::ptr::null::().cast_mut()` (could be made into `core::ptr::null_mut::()`) and `cotr::ptr::null_mut::().cast_const()` (could be made into `core::ptr::null::()`) cases. Should they be covered? If they should, here or in a separate PR?\n\nchangelog: [`ptr_cast_constness`]: special-case suggestions for null pointers constness cast\n\nFix #13361","shortMessageHtmlLink":"Auto merge of #13369 - samueltardieu:issue-13361, r=y21"}},{"before":"648e7726cf2df8c14077e37313bef716c0bb9ef3","after":"7371203ae3819581f0bf387ce5561ab6bfe2acd0","ref":"refs/heads/gh-pages","pushedAt":"2024-09-11T12:17:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Manishearth","name":"Manish Goregaokar","path":"/Manishearth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1617736?s=80&v=4"},"commit":{"message":"Automatic deploy to GitHub Pages: 8be0b36687d8776ddb0dde19de63640be03d91f0","shortMessageHtmlLink":"Automatic deploy to GitHub Pages: 8be0b36"}},{"before":"78bdd4508d1738e9e4f508a116af9ccf33edbdd4","after":"8be0b36687d8776ddb0dde19de63640be03d91f0","ref":"refs/heads/master","pushedAt":"2024-09-11T12:15:32.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13344 - lukaslueg:issue13339, r=Alexendoo\n\nExpand missing_transmute_annotations docs\n\nFixes #13339\n\nchangelog: [`missing_transmute_annotations `]: Expand docs, raison d'être","shortMessageHtmlLink":"Auto merge of #13344 - lukaslueg:issue13339, r=Alexendoo"}},{"before":"78bdd4508d1738e9e4f508a116af9ccf33edbdd4","after":"8be0b36687d8776ddb0dde19de63640be03d91f0","ref":"refs/heads/auto","pushedAt":"2024-09-11T12:07:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13344 - lukaslueg:issue13339, r=Alexendoo\n\nExpand missing_transmute_annotations docs\n\nFixes #13339\n\nchangelog: [`missing_transmute_annotations `]: Expand docs, raison d'être","shortMessageHtmlLink":"Auto merge of #13344 - lukaslueg:issue13339, r=Alexendoo"}},{"before":"beaf6d3f4c724abd5f1efa50960a12b7da3dd942","after":"648e7726cf2df8c14077e37313bef716c0bb9ef3","ref":"refs/heads/gh-pages","pushedAt":"2024-09-11T10:15:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Manishearth","name":"Manish Goregaokar","path":"/Manishearth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1617736?s=80&v=4"},"commit":{"message":"Automatic deploy to GitHub Pages: 78bdd4508d1738e9e4f508a116af9ccf33edbdd4","shortMessageHtmlLink":"Automatic deploy to GitHub Pages: 78bdd45"}},{"before":"a53614a910310130ac75ce15a73a8c4dbd795826","after":"78bdd4508d1738e9e4f508a116af9ccf33edbdd4","ref":"refs/heads/master","pushedAt":"2024-09-11T10:13:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13379 - alex-semenyuk:while_let_loop_fix_document, r=dswij\n\nFix doc for `while_let_loop`\n\nFix doc for `while_let_loop`\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #13379 - alex-semenyuk:while_let_loop_fix_document, r=d…"}},{"before":"a53614a910310130ac75ce15a73a8c4dbd795826","after":"78bdd4508d1738e9e4f508a116af9ccf33edbdd4","ref":"refs/heads/auto","pushedAt":"2024-09-11T10:03:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13379 - alex-semenyuk:while_let_loop_fix_document, r=dswij\n\nFix doc for `while_let_loop`\n\nFix doc for `while_let_loop`\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #13379 - alex-semenyuk:while_let_loop_fix_document, r=d…"}},{"before":"938f8ba20aac34a2ef696627c8bf871844da67f9","after":"a53614a910310130ac75ce15a73a8c4dbd795826","ref":"refs/heads/master","pushedAt":"2024-09-10T12:13:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13368 - oli-obk:bump_ui_test, r=flip1995\n\nBump ui_test\n\nThis should give a bunch of ui improvements when lots of tests are running. Please lmk of any issues with it. Switching to `--quiet` should always avoid any issues, so there's a workaround if anything crops up. Also please check that this does not regress performance for you. It doesn't for me, but that doesn't mean much.\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #13368 - oli-obk:bump_ui_test, r=flip1995"}},{"before":"38475d25be208ca0c79f279da97a624d2a6c5203","after":"a53614a910310130ac75ce15a73a8c4dbd795826","ref":"refs/heads/auto","pushedAt":"2024-09-10T11:42:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13368 - oli-obk:bump_ui_test, r=flip1995\n\nBump ui_test\n\nThis should give a bunch of ui improvements when lots of tests are running. Please lmk of any issues with it. Switching to `--quiet` should always avoid any issues, so there's a workaround if anything crops up. Also please check that this does not regress performance for you. It doesn't for me, but that doesn't mean much.\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #13368 - oli-obk:bump_ui_test, r=flip1995"}},{"before":"938f8ba20aac34a2ef696627c8bf871844da67f9","after":"38475d25be208ca0c79f279da97a624d2a6c5203","ref":"refs/heads/auto","pushedAt":"2024-09-10T11:38:04.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13368 - oli-obk:bump_ui_test, r=flip1995\n\nBump ui_test\n\nThis should give a bunch of ui improvements when lots of tests are running. Please lmk of any issues with it. Switching to `--quiet` should always avoid any issues, so there's a workaround if anything crops up. Also please check that this does not regress performance for you. It doesn't for me, but that doesn't mean much.","shortMessageHtmlLink":"Auto merge of #13368 - oli-obk:bump_ui_test, r=flip1995"}},{"before":"1e797e9a381906c9b249209dae053bbbd13b50ca","after":"938f8ba20aac34a2ef696627c8bf871844da67f9","ref":"refs/heads/master","pushedAt":"2024-09-09T23:33:31.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13367 - y21:issue13364, r=Manishearth\n\nVisit struct fields recursively in uninit fallback check\n\nThis makes the fallback a bit more consistent with the other checks and rustc.\n\nFixes #13364. When using a generic type as the `Vec` element type like the issue title says, rustc's uninit check fails and our fallback is used, which didn't look at struct fields when it could.\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #13367 - y21:issue13364, r=Manishearth"}},{"before":"1e797e9a381906c9b249209dae053bbbd13b50ca","after":"938f8ba20aac34a2ef696627c8bf871844da67f9","ref":"refs/heads/auto","pushedAt":"2024-09-09T23:25:47.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13367 - y21:issue13364, r=Manishearth\n\nVisit struct fields recursively in uninit fallback check\n\nThis makes the fallback a bit more consistent with the other checks and rustc.\n\nFixes #13364. When using a generic type as the `Vec` element type like the issue title says, rustc's uninit check fails and our fallback is used, which didn't look at struct fields when it could.\n\nchangelog: none","shortMessageHtmlLink":"Auto merge of #13367 - y21:issue13364, r=Manishearth"}},{"before":"0ee2650e07ccd0b87d945d38e52c84b4dbc752c8","after":"1e797e9a381906c9b249209dae053bbbd13b50ca","ref":"refs/heads/master","pushedAt":"2024-09-09T22:21:48.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13374 - cuishuang:master, r=Centri3\n\nRemove unnecessary symbols and add missing symbols\n\n*Please write a short comment explaining your change (or \"none\" for internal only changes)*\n\nchangelog: Remove unnecessary symbols and add missing symbols","shortMessageHtmlLink":"Auto merge of #13374 - cuishuang:master, r=Centri3"}},{"before":"0ee2650e07ccd0b87d945d38e52c84b4dbc752c8","after":"1e797e9a381906c9b249209dae053bbbd13b50ca","ref":"refs/heads/auto","pushedAt":"2024-09-09T22:14:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13374 - cuishuang:master, r=Centri3\n\nRemove unnecessary symbols and add missing symbols\n\n*Please write a short comment explaining your change (or \"none\" for internal only changes)*\n\nchangelog: Remove unnecessary symbols and add missing symbols","shortMessageHtmlLink":"Auto merge of #13374 - cuishuang:master, r=Centri3"}},{"before":"5c122f3cbd6ba97e88fd6ebc341a9942916cc9a3","after":"beaf6d3f4c724abd5f1efa50960a12b7da3dd942","ref":"refs/heads/gh-pages","pushedAt":"2024-09-08T15:21:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Manishearth","name":"Manish Goregaokar","path":"/Manishearth","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1617736?s=80&v=4"},"commit":{"message":"Automatic deploy to GitHub Pages: 0ee2650e07ccd0b87d945d38e52c84b4dbc752c8","shortMessageHtmlLink":"Automatic deploy to GitHub Pages: 0ee2650"}},{"before":"bcf528bdefa8eb9a267a877414a54e478d684d02","after":"0ee2650e07ccd0b87d945d38e52c84b4dbc752c8","ref":"refs/heads/master","pushedAt":"2024-09-08T15:19:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13370 - jtherrmann:master, r=dswij\n\nFix possible typo in `ptr_arg` lint\n\nThis fixes a possible typo in the [`ptr_arg`](https://rust-lang.github.io/rust-clippy/master/index.html#/ptr_arg) lint. I'm new to Rust, so apologies if I misunderstood the meaning of this lint.\n\nchangelog: [`ptr_arg`]: Fix typo (\"size\" -> \"type\")","shortMessageHtmlLink":"Auto merge of #13370 - jtherrmann:master, r=dswij"}},{"before":"bcf528bdefa8eb9a267a877414a54e478d684d02","after":"0ee2650e07ccd0b87d945d38e52c84b4dbc752c8","ref":"refs/heads/auto","pushedAt":"2024-09-08T15:11:10.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13370 - jtherrmann:master, r=dswij\n\nFix possible typo in `ptr_arg` lint\n\nThis fixes a possible typo in the [`ptr_arg`](https://rust-lang.github.io/rust-clippy/master/index.html#/ptr_arg) lint. I'm new to Rust, so apologies if I misunderstood the meaning of this lint.\n\nchangelog: [`ptr_arg`]: Fix typo (\"size\" -> \"type\")","shortMessageHtmlLink":"Auto merge of #13370 - jtherrmann:master, r=dswij"}},{"before":"41dc86d4d39df1efba899a612296bb3ce5af7472","after":"bcf528bdefa8eb9a267a877414a54e478d684d02","ref":"refs/heads/master","pushedAt":"2024-09-08T15:10:06.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"bors","name":"bors","path":"/bors","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3372342?s=80&v=4"},"commit":{"message":"Auto merge of #13324 - WeiTheShinobi:single_match, r=dswij\n\n[`single_match`, `single_match_else`] fix suggestion when match irrefutable\n\nfixes #13012\n\nchangelog:[`single_match`, `single_match_else`]: fix suggestion when `match` irrefutable","shortMessageHtmlLink":"Auto merge of #13324 - WeiTheShinobi:single_match, r=dswij"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xM1QxNzowMDozOC4wMDAwMDBazwAAAAS1tq0V","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xM1QxNzowMDozOC4wMDAwMDBazwAAAAS1tq0V","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0wOFQxNToxMDowNi4wMDAwMDBazwAAAASwJ5_F"}},"title":"Activity · rust-lang/rust-clippy"}