mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
Drop the From derive macro from the v1 prelude
This was accidentally added to the prelude in
3f4dc1e02d.
This commit is contained in:
@@ -118,13 +118,6 @@
|
||||
)]
|
||||
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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user