Homu queue - clippy [TREE CLOSED below priority 1000]

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.

78 total, 2 approved, 0 rolled up, 2 failed / /

Sort key # Status Mergeable Title Head ref Assignee Approved by Priority Rollup
1 11419 yes fix: needless_range_loop's FP on the `Field` expr kiscad:issue-11399 llogiq 0
2 12471 yes Avoid reported unsoundness for implied lifetime bounds YpeKingma:lifetimes_bound_nested_ref Jarcho 0
3 12762 yes Update book for backport, release and sync flip1995:josh-docs-update xFrednet 0
4 12876 yes new lint: `doc_comment_double_space_linebreak` Jacherr:issue-12163 xFrednet 0
5 12971 yes `empty_enum_variants_with_brackets`: Do not lint reachable enums and enum variants used as functions in the same crate ARandomDev99:issue-12551 xFrednet 0
6 13063 yes Rework `empty_with_brackets` Jarcho:empty_brackets llogiq 0
7 13192 yes feat: lint against transmute int to ptr csmoe:fix/transmute-int-to-ptr dswij 0
8 13240 yes new lint: add `call_missing_target_feature` lint folkertdev:call-missing-target-feature dswij 0
9 13251 yes New lint for `as *const _` and `as *mut _` pointer casts Soveu:accidental-double-ref Jarcho 0
10 13333 yes Replace `assert!(a==b)` with `assert_eq!(a,b)` as part of `bool_assert_comparison` lint nyurik:asserts-to-eq xFrednet 0
11 13410 yes Add new `literal_string_with_formatting_arg` lint GuillaumeGomez:literal_string_with_formatting_arg xFrednet 0
12 13435 yes new lint: `chars_enumerate_for_byte_indices` y21:chars_enumerate_for_byte_index Centri3 0
13 13475 yes `unnecessary_fold` improvements viliml:unnecessary-fold-improvements Centri3 0
14 13557 yes Implement a ReturnVisitor GnomedDev:return-visitor dswij 0
15 13565 yes Add lint for functions which never return GnomedDev:never-return Alexendoo 0
16 13592 yes Move `large_stack_frames` to suspicious y21:large-stack-frames-suspicious Jarcho 0
17 13603 yes New lint truncate_with_drain Kither12:ft/truncate_with_drain blyxyas 0
18 13618 yes Add start of GUI tests for clippy lints page GuillaumeGomez:gui-tests Alexendoo 0
19 13625 yes Add new lint `doc_include_without_cfg` GuillaumeGomez:doc_include_without_cfg blyxyas 0
20 13632 yes Edition 2024 samueltardieu:edition-2024 0
21 13638 yes Add new `include_file_outside_project` lint GuillaumeGomez:include_file_outside_project y21 0
22 13646 yes Fix needless_match FP on if-lets blyxyas:fix-13574 Centri3 0
23 13655 yes Expand unnecessary_literal_bound to literal arrays and slices GnomedDev:unnecessary-literal-bound-array Jarcho 0
24 13658 yes Convert `EMPTY_LINE_AFTER_OUTER_ATTR` and `EMPTY_LINE_AFTER_OUTER_ATTR` lint into early lints GuillaumeGomez:migrate-empty_after y21 0
25 13662 yes new lint: use_crate_prefix_for_self_imports lengyijun:last_use_crate_prefix_for_self_imports llogiq 0
26 13664 yes Add lint for publically constructable `Unsafe` types GnomedDev:public-unsafe-token Alexendoo 0
27 13669 yes Two improvements to `disallowed_*` smoelius:disallowed-methods Centri3 0
28 13677 yes Fix `shadow_unrelated`'s behaviour with closures DJMcNab:shadow-closure-arg Jarcho 0
29 13682 yes new lint: `bufreader_stdin` yawara:new-lint-bufreader-stdin Manishearth 0
30 13684 yes allow needless_option_take to report for more cases ericwu17:generalized-needless-option-take Centri3 0
31 13689 yes update `borrow_as_ptr` to suggest `&raw` syntax cyrgani:borrow_as_ptr_raw Jarcho 0
32 13696 yes Add lint for broken doc links maxcnunes:lint-doc-broken-links Jarcho 0
33 13700 yes Update backport, release and sync documentation flip1995:docs-update blyxyas 0
34 13707 yes doc_refdef_list_item: new lint for suspicious list syntax notriddle:notriddle/link-ref-in-list Jarcho 0
35 13710 yes New lint: `redundant_test_prefix` farazdagi:feat/redundant-test-prefix dswij 0
36 13711 yes Add lint for overindented list items in docs ohno418:doc-overindented-list-item Centri3 0
37 8526 no Add lint `could_be_unsized` Jarcho:could_be_unsized xFrednet 0
38 9461 no BREAKING CHANGE fix running path/to/cargo-clippy --fix matthiaskrgr:ARGH flip1995 0
39 11421 no Make UI test annotations mandatory GuillaumeGomez:ui-test-annotations Manishearth 0
40 11463 no WIP New lint: borrowed_option tom-anders:borrowed_option Alexendoo 0
41 11581 no Add lint `manual_option_folding` sjwang05:manual-option-folding xFrednet 0
42 11789 no [WIP] New lint `manual_checked_op` Jarcho:checked_op Centri3 0
43 11909 no [WIP] unnecessary_cast: append suffix on `(literal as ty).method(args)` KisaragiEffective:fix/11882 y21 0
44 11948 no `float_cmp` changes Jarcho:float_cmp xFrednet 0
45 12464 no new lint: `unnecessary_indexing` Jacherr:issue-11858 Alexendoo 0
46 12539 no Add lint which checks that duration conversion aren't losing precision declanvk:duration-to-float blyxyas 0
47 12571 no Add conf to disable `disallowed_types` in macros stepantubanov:disallowed-types-foreign-macros xFrednet 0
48 12611 no Make `single_range_in_vec_init` ignore type annotations, fn arguments and `ExprField`s matzemathics:11086 xFrednet 0
49 12712 no make [`manual_map`] ignore types that contain `dyn` J-ZhengLi:issue12666 Alexendoo 0
50 12759 no Josh preparations flip1995:josh-automation 0
51 12832 no Add new lints: `manual_and` and `manual_or` franciscoBSalgueiro:manual_and_or_lints Alexendoo 0
52 12862 no Add new `invalid_build_cfg` lint GuillaumeGomez:invalid_build_cfg y21 0
53 12960 no Resolve duplicate diag message for: tests/ui/renamed_builtin_attr.rs grtn316:master Alexendoo 0
54 12980 no Rework the suspicious formatting lints. Jarcho:formatting Alexendoo 0
55 12981 no new lint: and_then_then_some lolbinarycat:and_then_then_some flip1995 0
56 13038 no fix: Do not warn tests outside a module for integration tests berkus:fix/11024-integration-tests Alexendoo 0
57 13059 no changelog: new lint: [`split_with_space`] DavidHusicka:split-with-space-lint y21 0
58 13084 no Make extendable configs easier to add Jarcho:conf_refactor xFrednet 0
59 13128 no Skip `use_self` inside macro expansions of a `impl Self` block tesuji:fix_thread-local_use_self Alexendoo 0
60 13223 no Move internal lints to their own crate Jarcho:internal_lint y21 0
61 13245 no show message with try block in `map_unwrap_or` kyoto7250:issue-13242 y21 0
62 13254 no use `diag.span_help` if the target is multiline in `map_unwrap_or` kyoto7250:issue-13242-v2 y21 0
63 13266 no remove `deduplicate-diagnostics=no` in `suspicious_operation_groupings.stderr` kyoto7250:fix-12379-min_rust_version_invalid_attr Manishearth 0
64 13304 no Add new lint `stacked_if_match` promptkp:stackif2 Alexendoo 0
65 13319 no Make `trivial-copy-size-limit` target independent Alexendoo:trivial-copy-size-limit Jarcho 0
66 13331 no Add [`manual_ilog2`] lint Sour1emon:manual_ilog2_lint Jarcho 0
67 13388 no Implement a lint for RefCell<impl Copy> GnomedDev:refcell-copy Centri3 0
68 13398 no Initial impl of `repr_packed_without_abi` lukaslueg:repr_packed_without_abi Alexendoo 0
69 13465 no Add new lint `unneeded_struct_pattern` SpriteOvO:unneeded_struct_pattern Centri3 0
70 13474 no Add `clippy::result_as_ref_deref` lint aleksanderkrauze:add_result_as_ref_deref_lint Jarcho 0
71 13501 no Add a "more granular lint groups" page to the book y21:lint-groups flip1995 0
72 13579 no Add `test_without_fail_case` lint to check if a test actually has a way to fail or not kayagokalp:kayagokalp/test-without-panic blyxyas 0
73 13595 no Implement a lint for `.clone().into_iter()` GnomedDev:unnecessary-collection-clone xFrednet 0
74 13597 no Implement a lint for replacable Command::new GnomedDev:unnecessary-shell-command dswij 0
75 13598 no new lint: `unnecessary_box_pin` y21:unnecessary_pin_box Alexendoo 0
76 13609 no Fix `manual_inspect` to consider mutability SpriteOvO:fix-manual_inspect xFrednet 0
77 13207 error no Rewrite `non_copy_const` Jarcho:non_copy_const_ice llogiq llogiq 0
78 12550 failure no Remove `is_normalizable` Jarcho:issue_10508 y21 y21 0

Open retry log