Drop the From derive macro from the v1 prelude

This was accidentally added to the prelude in
3f4dc1e02d.
This commit is contained in:
Justin Geibel 2025-12-20 11:23:38 -05:00
parent b53da99081
commit 93fbf3b885

View file

@ -118,13 +118,6 @@ pub use crate::macros::builtin::deref;
)]
pub use crate::macros::builtin::define_opaque;
#[unstable(
feature = "derive_from",
issue = "144889",
reason = "`derive(From)` is unstable"
)]
pub use crate::macros::builtin::From;
#[unstable(feature = "extern_item_impls", issue = "125418")]
pub use crate::macros::builtin::{eii, unsafe_eii};