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.
box_pointers
1 parent 7960c88 commit cac0a07Copy full SHA for cac0a07
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