Skip to content

Commit

Permalink
Auto merge of rust-lang#3727 - RalfJung:rustup, r=RalfJung
Browse files Browse the repository at this point in the history
Rustup

To unblock rust-lang/miri#3688
  • Loading branch information
bors committed Jul 2, 2024
2 parents 3c80ab7 + 741efe2 commit db43281
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/ide-db/src/generated/lints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"##,
Expand Down

0 comments on commit db43281

Please sign in to comment.