about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-03-30 15:54:05 +0200
committerSimon Sapin <simon.sapin@exyr.org>2018-03-30 15:54:05 +0200
commitba4f310e3fc961af7b9e6db52c53b51244473ae7 (patch)
tree2766c0cfbce2e5d25f99ea070ebdcb3333fd67dd /src/libstd
parent051050dab9b39d29c8a5978bc79c7895dfa1118b (diff)
downloadrust-ba4f310e3fc961af7b9e6db52c53b51244473ae7.tar.gz
rust-ba4f310e3fc961af7b9e6db52c53b51244473ae7.zip
Revert "Add TryFrom and TryInto to the prelude"
This reverts commit 09008cc23ff6395c2c928f3690e07d7389d08ebc.
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/prelude/v1.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/prelude/v1.rs b/src/libstd/prelude/v1.rs
index d5b7c68a3fa..feedd4e1abe 100644
--- a/src/libstd/prelude/v1.rs
+++ b/src/libstd/prelude/v1.rs
@@ -35,8 +35,6 @@
 #[doc(no_inline)] pub use cmp::{PartialEq, PartialOrd, Eq, Ord};
 #[stable(feature = "rust1", since = "1.0.0")]
 #[doc(no_inline)] pub use convert::{AsRef, AsMut, Into, From};
-#[stable(feature = "try_from", since = "1.26.0")]
-#[doc(no_inline)] pub use convert::{TryFrom, TryInto};
 #[stable(feature = "rust1", since = "1.0.0")]
 #[doc(no_inline)] pub use default::Default;
 #[stable(feature = "rust1", since = "1.0.0")]