Skip to content

Commit 741efe2

Browse files
committed
Merge from rustc
2 parents 3c80ab7 + 171f29d commit 741efe2

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)