We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53da99 commit 93fbf3bCopy full SHA for 93fbf3b
1 file changed
library/core/src/prelude/v1.rs
@@ -118,13 +118,6 @@ pub use crate::macros::builtin::deref;
118
)]
119
pub use crate::macros::builtin::define_opaque;
120
121
-#[unstable(
122
- feature = "derive_from",
123
- issue = "144889",
124
- reason = "`derive(From)` is unstable"
125
-)]
126
-pub use crate::macros::builtin::From;
127
-
128
#[unstable(feature = "extern_item_impls", issue = "125418")]
129
pub use crate::macros::builtin::{eii, unsafe_eii};
130
0 commit comments