Homu queue - clippy

This will create a new pull request consisting of 0 PRs.

A rollup is useful for shortening the queue, but jumping the queue is unfair to older PRs who have waited too long.

When creating a real rollup, see this instruction for reference.

62 total, 0 approved, 0 rolled up, 0 failed / /

Sort key # Status Mergeable Title Head ref Assignee Approved by Priority Rollup
1 9461 yes BREAKING CHANGE fix running path/to/cargo-clippy --fix matthiaskrgr:ARGH giraffate 0
2 9659 yes Clippy Book Updates: Add `define_lints` chapter nahuakang:new-chp-define-lints flip1995 0
3 9668 yes Clippy Book Updates: Add `write_tests` chapter nahuakang:new-chp-write-tests flip1995 0
4 9740 yes Clippy Book Updates: Add `lint_passes` chapter nahuakang:new-chp-lint-passes flip1995 0
5 10090 yes Warn if unresolved disallowed types/macros/methods are used in clippy.toml for disallowed_* macros i509VCB:disallowed-unresolved-warn Alexendoo 0
6 10175 yes Use original variable name in the suggestion koka831:fix/10171 giraffate 0
7 10203 yes Suppress the triggering of some lints in derived structures c410-f3r:macro-lint giraffate 0
8 10212 yes Lint `zero_ptr` in const contexts Niki4tap:const_warns llogiq 0
9 10223 yes Add `transmute_tuple_to_slice` robertbastian:master Alexendoo 0
10 10229 yes Document `cargo-clippy` feature danielparks:doc-feature-cargo-clippy flip1995 0
11 10300 yes Do not lint when imported item contains underscore koka831:fix/9942 xFrednet 0
12 10312 yes Add `transmute_slice_to_larger_element_type` lint KisaragiEffective:feature/transmute-slice-to-larger-element-type Jarcho 0
13 10315 yes Make SpanlessEq more consistent - part 1, issue #10267 Yoric:yoric/SpanlessEq flip1995 0
14 10388 yes Remove restriction group from table and update book flip1995:restriction-book-update Jarcho 0
15 10404 yes Add `unused_enumerate_index` lint dnbln:feat/unused_enumerate_index flip1995 0
16 10432 yes New lint: detect `if` expressions with simple boolean assignments to the same target samueltardieu:issue-10430 Manishearth 0
17 10492 yes `collection_is_never_read`: Handle unit type schubart:collection_is_never_read_unit_type Manishearth 0
18 10543 yes Add `tests_outside_test_module` lint blyxyas:tests_outside_test_module flip1995 0
19 10554 yes Make redundant_async_block a more complete late pass samueltardieu:redundant-async-block Jarcho 0
20 10563 yes Partial no-op refactoring of #9948 nyurik:handle-all-fmt2 llogiq 0
21 10564 yes make cast_possible_wrap work correctly for 16 bit {u,i}size asquared31415:cast_doesnt_wrap flip1995 0
22 10566 yes fix `single_component_path_imports` FP on `self::<import>::..` ebobrow:iss10549 giraffate 0
23 10567 yes add new lint `as_underscore_ptr` to check for `as *{const,mut} _` asquared31415:as_underscore_ptr Alexendoo 0
24 10574 yes Update subtree sync docs for changes in rustc-dev-guide jyn514:update-docs Jarcho 0
25 10576 yes Make dogfood tests run in `release` mode blyxyas:dev_release Alexendoo 0
26 10578 yes Add `items_after_test_module` lint blyxyas:items_after_test_module dswij 0
27 10581 yes Add `impolite` lint to avoid apocalypse SvizelPritula:polite dswij 0
28 10584 yes fix: `wildcard_imports` ignore `test.rs` files blyxyas:fix-wildcard_imports_testsrs flip1995 0
29 7688 no Add lint `ref_mut_iter_method_chain` Jarcho:ref_mut_iter_method_chain flip1995 0
30 7777 no Upgrade `equatable_if_let` to style HKalbasi:master flip1995 0
31 7986 no WIP Suggestion creation macro Jarcho:sugg_rework llogiq 0
32 8337 no Add new lint manual_memmove untitaker:new-lint-memmove flip1995 0
33 8396 no New lint for all/any after mapping to bool tamaroning:map_then_identity_tranformer flip1995 0
34 8526 no Add lint `could_be_unsized` Jarcho:could_be_unsized giraffate 0
35 8593 no Add a lint for static items with large type alignment Jaic1:static_items_large_align flip1995 0
36 8678 no Add extra check to format_impl lint for self.fmt() jamesmcm:self_fmt_in_fmt_impl giraffate 0
37 8685 no `redundant_closure` fixes Jarcho:redundant_closure_fixes 0
38 8735 no Extend precedence to lint for masking bits and shifts goth-turtle:precedence-bitmask-shift Manishearth 0
39 9301 no New `[suspicious_arguments]` lint for possibly swapped arguments 5225225:sus llogiq 0
40 9325 no Minimal nightly-only lints Jarcho:nightly_only xFrednet 0
41 9423 no Initial implementation of `mut_refcell_borrow` lukaslueg:mut_refcell_borrow Jarcho 0
42 9426 no Update Documentation to Focus on `LateLintPass` nahuakang:book-latelint-updates flip1995 0
43 9623 no add [`unnecessary_vec_drain] lint lana99:master flip1995 0
44 9731 no improve `lintcheck` kraktus:lcheck3 matthiaskrgr 0
45 9948 no Process all format-like macros nyurik:handle-all-fmt Alexendoo 0
46 10120 no `unwrap_or_else_default` -> `unwrap_or_default` and improve resulting lint smoelius:or_insert_with flip1995 0
47 10152 no EmptyDocs cgorski:nodocs giraffate 0
48 10155 no Add new lint for byte char slices TheNeikos:feature/add_byte_char_slice_lint Manishearth 0
49 10157 no Add `unnecessary_reserve` lint chansuke:issue_8982 flip1995 0
50 10173 no Address #10134 OOM/timeout smoelius:lazy_set Jarcho 0
51 10258 no Update `stable_sort_primitive` to prefer `sort` not only primitive types chansuke:issue-9970 Manishearth 0
52 10283 no feature: add new lint `pub_underscore_fields` ParkMyCar:lint/pub_underscore_fields flip1995 0
53 10337 no Fix: Some suggestions generated by the option_if_let_else lint did not compile EliasHolzmann:fix/10335 flip1995 0
54 10358 no Add `unnecessary_literal_unwrap` lint pksunkara:unnecessary-unwrap llogiq 0
55 10398 no Run a diff of lintcheck against the merge base for pull requests Alexendoo:auto-lintcheck flip1995 0
56 10416 no Extend `explicit_iter_loop` and `explicit_into_iter_loop` Jarcho:explicit_iter_loop_ext Manishearth 0
57 10426 no Port clippy away from compiletest to ui_test oli-obk:ui_test Alexendoo 0
58 10478 no `SpanlessEq` improvements Jarcho:block_eq xFrednet 0
59 10497 no new lint: outer_doc_comment_bang y21:outer_doc_comment_bang dswij 0
60 10503 no new lint: needless traits in scope woshilapin:needless_traits_in_scope llogiq 0
61 10559 no new lint: `synthetic_non_exhaustive` matt115200:new-lint/synthetic_non_exhaustive Jarcho 0
62 10570 no Add redundant type annotations lint AlessioC31:redundant_type_annotations xFrednet 0

Open retry log