Skip to content

Commit cce4338

Browse files
authored
Rollup merge of #150203 - jtgeibel:drop-From-derive-macro-from-prelude, r=jdonszelmann
Drop the From derive macro from the v1 prelude This was accidentally added to the prelude in 3f4dc1e. Fixes: #150165 r? ``@jdonszelmann``
2 parents ecf6c02 + 93fbf3b commit cce4338

File tree

1 file changed

+0
-7
lines changed
  • library/core/src/prelude

1 file changed

+0
-7
lines changed

library/core/src/prelude/v1.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,6 @@ pub use crate::macros::builtin::deref;
118118
)]
119119
pub use crate::macros::builtin::define_opaque;
120120

121-
#[unstable(
122-
feature = "derive_from",
123-
issue = "144889",
124-
reason = "`derive(From)` is unstable"
125-
)]
126-
pub use crate::macros::builtin::From;
127-
128121
#[unstable(feature = "extern_item_impls", issue = "125418")]
129122
pub use crate::macros::builtin::{eii, unsafe_eii};
130123

0 commit comments

Comments
 (0)