about summary refs log tree commit diff
path: root/library/alloc
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-12-29 00:47:23 -0800
committerDavid Tolnay <dtolnay@gmail.com>2022-12-29 00:47:23 -0800
commit06ec0bf8b09167002a61a0d5e198bd946eb226ac (patch)
tree6bd4e709d13e485089e721f0181cbe3fa31444e8 /library/alloc
parentc5f66726f0d196cd060ef419067d8f2fe4e3d76c (diff)
downloadrust-06ec0bf8b09167002a61a0d5e198bd946eb226ac.tar.gz
rust-06ec0bf8b09167002a61a0d5e198bd946eb226ac.zip
Revert "Implement allow-by-default multiple_supertrait_upcastable lint"
This reverts commit 5e44a65517bfcccbe6624a70b54b9f192baa94f3.
Diffstat (limited to 'library/alloc')
-rw-r--r--library/alloc/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/alloc/src/lib.rs b/library/alloc/src/lib.rs
index 09f459f84f7..31d6920305a 100644
--- a/library/alloc/src/lib.rs
+++ b/library/alloc/src/lib.rs
@@ -87,7 +87,6 @@
 #![warn(missing_debug_implementations)]
 #![warn(missing_docs)]
 #![allow(explicit_outlives_requirements)]
-#![cfg_attr(not(bootstrap), warn(multiple_supertrait_upcastable))]
 //
 // Library features:
 #![feature(alloc_layout_extra)]
@@ -192,7 +191,6 @@
 #![feature(unsized_fn_params)]
 #![feature(c_unwind)]
 #![feature(with_negative_coherence)]
-#![cfg_attr(not(bootstrap), feature(multiple_supertrait_upcastable))]
 //
 // Rustdoc features:
 #![feature(doc_cfg)]