mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-24 10:55:04 +00:00
Auto merge of #121327 - Nilstrieb:rollup-zxcwwwy, r=Nilstrieb
Rollup of 10 pull requests Successful merges: - #120716 (Change leak check and suspicious auto trait lint warning messages) - #121195 (unstable-book: Separate testing and production sanitizers) - #121205 (Merge `CompilerError::CompilationFailed` and `CompilerError::ICE`.) - #121233 (Move the extra directives for `Mode::CoverageRun` into `iter_header`) - #121256 (Allow AST and HIR visitors to return `ControlFlow`) - #121307 (Drive-by `DUMMY_SP` -> `Span` and fmt changes) - #121308 (Add regression test for #103369) - #121310 (Remove an old hack for rustdoc) - #121311 (Make `is_nonoverlapping` `#[inline]`) - #121319 (return `ty::Error` when equating `ty::Error`) r? `@ghost` `@rustbot` modify labels: rollup
This commit is contained in:
commit
edb5c61650
1 changed files with 0 additions and 5 deletions
|
@ -502,10 +502,6 @@ pub const DEFAULT_LINTS: &[Lint] = &[
|
|||
label: "stable_features",
|
||||
description: r##"stable features found in `#[feature]` directive"##,
|
||||
},
|
||||
Lint {
|
||||
label: "suspicious_auto_trait_impls",
|
||||
description: r##"the rules governing auto traits have recently changed resulting in potential breakage"##,
|
||||
},
|
||||
Lint {
|
||||
label: "suspicious_double_ref_op",
|
||||
description: r##"suspicious call of trait method on `&&T`"##,
|
||||
|
@ -778,7 +774,6 @@ pub const DEFAULT_LINT_GROUPS: &[LintGroup] = &[
|
|||
"repr_transparent_external_private_fields",
|
||||
"semicolon_in_expressions_from_macros",
|
||||
"soft_unstable",
|
||||
"suspicious_auto_trait_impls",
|
||||
"uninhabited_static",
|
||||
"unstable_name_collisions",
|
||||
"unstable_syntax_pre_expansion",
|
||||
|
|
Loading…
Reference in a new issue