diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-06-05 18:06:09 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-06-27 08:55:28 +1000 |
| commit | c053e8939bae9c052ff53f58e692408a8099df5d (patch) | |
| tree | 5dfc86adce7558619aa6de246c38e67055e7b845 /src | |
| parent | 4bc39f028d14c24b04dd17dc425432c6ec354536 (diff) | |
| download | rust-c053e8939bae9c052ff53f58e692408a8099df5d.tar.gz rust-c053e8939bae9c052ff53f58e692408a8099df5d.zip | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs b/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs index c92d4e78ffa..7755a9b9748 100644 --- a/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs +++ b/src/tools/rust-analyzer/crates/ide-db/src/generated/lints.rs @@ -49,7 +49,6 @@ pub const DEFAULT_LINTS: &[Lint] = &[ label: "bindings_with_variant_name", description: r##"detects pattern bindings with the same name as one of the matched variants"##, }, - Lint { label: "box_pointers", description: r##"use of owned (Box type) heap memory"## }, Lint { label: "break_with_label_and_loop", description: r##"`break` expression with label and unlabeled loop as value expression"##, |
