about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-03-28 03:03:39 +0800
committerkennytm <kennytm@gmail.com>2018-03-28 03:03:39 +0800
commit605ea7c31f7341995c2d1ae12b4b33fe6bd908b5 (patch)
tree19b13ac2494f1e1b347ee8aae9c48150677434f3 /src/libstd/lib.rs
parent19fe9d1181bb15f76cdf2b5335edff5a82c5152b (diff)
parentf513fbdf36ad0708fb222b8d55bc086dd4be18cf (diff)
downloadrust-605ea7c31f7341995c2d1ae12b4b33fe6bd908b5.tar.gz
rust-605ea7c31f7341995c2d1ae12b4b33fe6bd908b5.zip
Rollup merge of #49426 - lukaslueg:patch-1, r=kennytm
Update CONTRIBUTING.md

The current link is a 404, just link to the main repo page
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index 93996868f16..15a22443b6a 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -310,7 +310,6 @@
 #![feature(test, rustc_private)]
 #![feature(thread_local)]
 #![feature(toowned_clone_into)]
-#![feature(try_from)]
 #![feature(try_reserve)]
 #![feature(unboxed_closures)]
 #![feature(unicode)]