Skip to content

Commit db63b60

Browse files
authored
Rollup merge of #126018 - nnethercote:rm-box_pointers-lint, r=lcnr
Remove the `box_pointers` lint. As the comment says, this lint "is mostly historical, and not particularly useful". It's not worth keeping it around. r? ``@estebank``
2 parents b5ff05b + cac0a07 commit db63b60

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)