mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-01 07:48:45 +00:00
Auto merge of #3727 - RalfJung:rustup, r=RalfJung
Rustup To unblock https://github.com/rust-lang/miri/pull/3688
This commit is contained in:
commit
db43281bdd
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ pub const DEFAULT_LINTS: &[Lint] = &[
|
||||||
label: "bindings_with_variant_name",
|
label: "bindings_with_variant_name",
|
||||||
description: r##"detects pattern bindings with the same name as one of the matched variants"##,
|
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 {
|
Lint {
|
||||||
label: "break_with_label_and_loop",
|
label: "break_with_label_and_loop",
|
||||||
description: r##"`break` expression with label and unlabeled loop as value expression"##,
|
description: r##"`break` expression with label and unlabeled loop as value expression"##,
|
||||||
|
|
Loading…
Reference in a new issue