Auto merge of #3727 - RalfJung:rustup, r=RalfJung

Rustup

To unblock https://github.com/rust-lang/miri/pull/3688
This commit is contained in:
bors 2024-07-02 06:29:31 +00:00
commit db43281bdd

View file

@ -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"##,