1
Fork 0

Revert "Implement allow-by-default multiple_supertrait_upcastable lint"

This reverts commit 5e44a65517.
This commit is contained in:
David Tolnay 2022-12-29 00:47:23 -08:00
parent c5f66726f0
commit 06ec0bf8b0
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
7 changed files with 0 additions and 74 deletions

View file

@ -160,8 +160,6 @@ declare_features! (
(active, intrinsics, "1.0.0", None, None),
/// Allows using `#[lang = ".."]` attribute for linking items to special compiler logic.
(active, lang_items, "1.0.0", None, None),
/// Allows the `multiple_supertrait_upcastable` lint.
(active, multiple_supertrait_upcastable, "CURRENT_RUSTC_VERSION", None, None),
/// Allows using `#[omit_gdb_pretty_printer_section]`.
(active, omit_gdb_pretty_printer_section, "1.5.0", None, None),
/// Allows using `#[prelude_import]` on glob `use` items.