We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5ff05b + 05ed0f8 commit ef8a2b3Copy full SHA for ef8a2b3
crates/ide-db/src/generated/lints.rs
@@ -49,7 +49,6 @@ pub const DEFAULT_LINTS: &[Lint] = &[
49
label: "bindings_with_variant_name",
50
description: r##"detects pattern bindings with the same name as one of the matched variants"##,
51
},
52
- Lint { label: "box_pointers", description: r##"use of owned (Box type) heap memory"## },
53
Lint {
54
label: "break_with_label_and_loop",
55
description: r##"`break` expression with label and unlabeled loop as value expression"##,
0 commit comments