Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #127174 - matthiaskrgr:rollup-q87j6cn, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- #126018 (Remove the `box_pointers` lint.)
- #126895 (Fix simd_gather documentation)
- #126981 (Replace some magic booleans in match-lowering with enums)
- #127038 (Update test comment)
- #127053 (Update the LoongArch target documentation)
- #127069 (small correction to fmt::Pointer impl)
- #127157 (coverage: Avoid getting extra unexpansion info when we don't need it)
- #127160 (Add a regression test for #123630)
- #127161 (Improve `run-make-support` library `args` API)
r? `@ghost`
`@rustbot` modify labels: rollup
| -rw-r--r-- | crates/ide-db/src/generated/lints.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ide-db/src/generated/lints.rs b/crates/ide-db/src/generated/lints.rs index c92d4e78ff..7755a9b974 100644 --- a/crates/ide-db/src/generated/lints.rs +++ b/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"##, |