Skip to content

Commit ef8a2b3

Browse files
committed
Auto merge of #127174 - matthiaskrgr:rollup-q87j6cn, r=matthiaskrgr
Rollup of 9 pull requests Successful merges: - #126018 (Remove the `box_pointers` lint.) - #126895 (Fix simd_gather documentation) - #126981 (Replace some magic booleans in match-lowering with enums) - #127038 (Update test comment) - #127053 (Update the LoongArch target documentation) - #127069 (small correction to fmt::Pointer impl) - #127157 (coverage: Avoid getting extra unexpansion info when we don't need it) - #127160 (Add a regression test for #123630) - #127161 (Improve `run-make-support` library `args` API) r? `@ghost` `@rustbot` modify labels: rollup
2 parents b5ff05b + 05ed0f8 commit ef8a2b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ide-db/src/generated/lints.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ pub const DEFAULT_LINTS: &[Lint] = &[
4949
label: "bindings_with_variant_name",
5050
description: r##"detects pattern bindings with the same name as one of the matched variants"##,
5151
},
52-
Lint { label: "box_pointers", description: r##"use of owned (Box type) heap memory"## },
5352
Lint {
5453
label: "break_with_label_and_loop",
5554
description: r##"`break` expression with label and unlabeled loop as value expression"##,

0 commit comments

Comments
 (0)