Skip to content

Commit 753ad2a

Browse files
committed
Auto merge of #142181 - GuillaumeGomez:rollup-pn2p1lu, r=GuillaumeGomez
Rollup of 9 pull requests Successful merges: - rust-lang/rust#140560 (Allow `#![doc(test(attr(..)))]` everywhere) - rust-lang/rust#141447 (Document representation of `Option<unsafe fn()>`) - rust-lang/rust#141661 (Make the `dangerous_implicit_autorefs` lint deny-by-default) - rust-lang/rust#142065 (Stabilize `const_eq_ignore_ascii_case`) - rust-lang/rust#142116 (Fix bootstrap tracing imports) - rust-lang/rust#142126 (Treat normalizing consts like normalizing types in deeply normalize) - rust-lang/rust#142140 (compiler: Sort and doc ExternAbi variants) - rust-lang/rust#142148 (compiler: Treat ForceWarning as a Warning for diagnostic level) - rust-lang/rust#142154 (get rid of spurious cfg(bootstrap)) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 4e1623e + 299104e commit 753ad2a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

crates/ide-db/src/generated/lints.rs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4451,20 +4451,6 @@ The tracking issue for this feature is: [#133214]
44514451

44524452
[#133214]: https://github.com/rust-lang/rust/issues/133214
44534453

4454-
------------------------
4455-
"##,
4456-
default_severity: Severity::Allow,
4457-
warn_since: None,
4458-
deny_since: None,
4459-
},
4460-
Lint {
4461-
label: "const_eq_ignore_ascii_case",
4462-
description: r##"# `const_eq_ignore_ascii_case`
4463-
4464-
The tracking issue for this feature is: [#131719]
4465-
4466-
[#131719]: https://github.com/rust-lang/rust/issues/131719
4467-
44684454
------------------------
44694455
"##,
44704456
default_severity: Severity::Allow,

0 commit comments

Comments
 (0)