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.

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

Sort key # Status Mergeable Title Head ref Assignee Approved by Priority Rollup
1 9948 yes Support user format-like macros nyurik:handle-all-fmt Alexendoo 0
2 11419 yes fix: needless_range_loop's FP on the `Field` expr kiscad:issue-11399 llogiq 0
3 11463 yes WIP New lint: borrowed_option tom-anders:borrowed_option Alexendoo 0
4 12421 yes fix [`infinite_loop`] suggestions on async funtion/closure J-ZhengLi:issue12338 Jarcho 0
5 12471 yes Avoid reported unsoundness for implied lifetime bounds YpeKingma:lifetimes_bound_nested_ref Jarcho 0
6 12672 yes fix [`undocumented_unsafe_blocks`] FP with trait/impl items J-ZhengLi:issue11709 Alexendoo 0
7 12712 yes make [`manual_map`] ignore types that contain `dyn` J-ZhengLi:issue12666 Alexendoo 0
8 12762 yes Update book for backport, release and sync flip1995:josh-docs-update xFrednet 0
9 12876 yes new lint: `doc_comment_double_space_linebreak` Jacherr:issue-12163 xFrednet 0
10 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
11 13034 yes Add new `trivial_map_over_range` lint rspencer01:trivial_map_over_range y21 0
12 13038 yes fix: Do not warn tests outside a module for integration tests berkus:fix/11024-integration-tests Alexendoo 0
13 13063 yes Rework `empty_with_brackets` Jarcho:empty_brackets llogiq 0
14 13122 yes Fix `mut_mutex_lock` when reference not ultimately mutable rshearman:fix-9854 blyxyas 0
15 13128 yes Skip `use_self` inside macro expansions of a `impl Self` block tesuji:fix_thread-local_use_self Alexendoo 0
16 13192 yes feat: lint against transmute int to ptr csmoe:fix/transmute-int-to-ptr dswij 0
17 13205 yes fix unused_async with macros and sub async block hlf20010508:unused_async Alexendoo 0
18 13216 yes Removed `@no-rustfix annotation and updated suggestions to multipart_suggestion` as required by #13099 ibilalkayy:removed_no_rustfix llogiq 0
19 13240 yes new lint: add `call_missing_target_feature` lint folkertdev:call-missing-target-feature dswij 0
20 13245 yes show message with try block in `map_unwrap_or` kyoto7250:issue-13242 y21 0
21 13251 yes New lint for `as *const _` and `as *mut _` pointer casts Soveu:accidental-double-ref Jarcho 0
22 13254 yes use `diag.span_help` if the target is multiline in `map_unwrap_or` kyoto7250:issue-13242-v2 y21 0
23 13266 yes remove `deduplicate-diagnostics=no` in `suspicious_operation_groupings.stderr` kyoto7250:fix-12379-min_rust_version_invalid_attr Manishearth 0
24 13269 yes Rewrite lints page GuillaumeGomez:rewrite-lints-page Alexendoo 0
25 13286 yes Extend `needless_lifetimes` to suggest eliding `impl` lifetimes smoelius:elidable-impl-lifetimes Alexendoo 0
26 13319 yes Make `trivial-copy-size-limit` target independent Alexendoo:trivial-copy-size-limit Jarcho 0
27 13329 yes rustc_tools_util: rerun when git commit changes RalfJung:git-commit-rerun Alexendoo 0
28 13331 yes Add [`manual_ilog2`] lint Sour1emon:manual_ilog2_lint Jarcho 0
29 13333 yes Replace `assert!(a==b)` with `assert_eq!(a,b)` as part of `bool_assert_comparison` lint nyurik:asserts-to-eq xFrednet 0
30 13336 yes Suggest `Option<&T>` instead of `&Option<T>` nyurik:ref-option-sig llogiq 0
31 13338 yes fix incorrect suggestion for `!(a >= b) as i32 == c` CoCo-Japan-pan:nonminimal_bool_casted Centri3 0
32 13359 yes Turn declare_clippy_lint into a declarative macro blyxyas:declare_clippy_macro Alexendoo 0
33 13363 yes `too_long_first_doc_paragraph` considers rendered output link alex-semenyuk:too_long_first_paragraph_fix Alexendoo 0
34 13376 yes new lint: `source_item_ordering` decryphe:source-ordering llogiq 0
35 13382 yes [`missing_panics_doc`] Fix #13381 c410-f3r:blah dswij 0
36 13384 yes Remove unused `collect_metadata` function Alexendoo:remove-old-collect-metadata llogiq 0
37 13388 yes Implement a lint for RefCell<impl Copy> GnomedDev:refcell-copy Centri3 0
38 13389 yes Check that #[deny(allow_attributes)] do not issue spurious messages samueltardieu:issue-13380 xFrednet 0
39 13392 yes Clarify example for `type_complexity` alex-semenyuk:doc_type_complexity Alexendoo 0
40 13393 yes fix: Specifying reason in expect(clippy::needless_return) no longer triggers false positive vHugoObject:master Alexendoo 0
41 13395 yes Add lint for unnecessary lifetime bounded &str return GnomedDev:unnecessary-lit-bound xFrednet 0
42 8526 no Add lint `could_be_unsized` Jarcho:could_be_unsized xFrednet 0
43 9461 no BREAKING CHANGE fix running path/to/cargo-clippy --fix matthiaskrgr:ARGH giraffate 0
44 11421 no Make UI test annotations mandatory GuillaumeGomez:ui-test-annotations Manishearth 0
45 11581 no Add lint `manual_option_folding` sjwang05:manual-option-folding xFrednet 0
46 11789 no [WIP] New lint `manual_checked_op` Jarcho:checked_op Centri3 0
47 11796 no New lint: `unnecessary_map_or` Jacherr:pattern-match-partialeq Centri3 0
48 11909 no [WIP] unnecessary_cast: append suffix on `(literal as ty).method(args)` KisaragiEffective:fix/11882 y21 0
49 11948 no `float_cmp` changes Jarcho:float_cmp xFrednet 0
50 12464 no new lint: `unnecessary_indexing` Jacherr:issue-11858 Alexendoo 0
51 12539 no Add lint which checks that duration conversion aren't losing precision declanvk:duration-to-float blyxyas 0
52 12571 no Add conf to disable `disallowed_types` in macros stepantubanov:disallowed-types-foreign-macros xFrednet 0
53 12611 no Make `single_range_in_vec_init` ignore type annotations, fn arguments and `ExprField`s matzemathics:11086 xFrednet 0
54 12759 no Josh preparations flip1995:josh-automation 0
55 12832 no Add new lints: `manual_and` and `manual_or` franciscoBSalgueiro:manual_and_or_lints Alexendoo 0
56 12862 no Add new `invalid_build_cfg` lint GuillaumeGomez:invalid_build_cfg y21 0
57 12960 no Resolve duplicate diag message for: tests/ui/renamed_builtin_attr.rs grtn316:master Alexendoo 0
58 12968 no add new lint [`once_cell_lazy`] to detect usage of static `Lazy` type J-ZhengLi:issue12895 blyxyas 0
59 12980 no Rework the suspicious formatting lints. Jarcho:formatting Alexendoo 0
60 12981 no new lint: and_then_then_some lolbinarycat:and_then_then_some flip1995 0
61 13059 no changelog: new lint: [`split_with_space`] DavidHusicka:split-with-space-lint y21 0
62 13084 no Make extendable configs easier to add Jarcho:conf_refactor xFrednet 0
63 13223 no Move internal lints to their own crate Jarcho:internal_lint y21 0
64 13304 no Add new lint `stacked_if_match` promptkp:stackif2 Alexendoo 0
65 13322 no Anonymous Trait Import RuairidhWilliamson:anon-trait-import y21 0
66 13334 no Add manual_ignore_cast_cmp lint nyurik:ascii-str-eq xFrednet 0
67 13207 error no Rewrite `non_copy_const` Jarcho:non_copy_const_ice llogiq llogiq 0
68 12550 failure yes Remove `is_normalizable` Jarcho:issue_10508 y21 y21 0

Open retry log