Drop the From derive macro from the v1 prelude
This was accidentally added to the prelude in
3f4dc1e02d.
This commit is contained in:
parent
b53da99081
commit
93fbf3b885
1 changed files with 0 additions and 7 deletions
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue