]> git.lizzy.rs Git - rust.git/commitdiff
remove feature opt-ins that are no longer needed
authorDavid Renshaw <david@sandstorm.io>
Wed, 22 Mar 2017 22:59:26 +0000 (18:59 -0400)
committerDavid Renshaw <david@sandstorm.io>
Wed, 22 Mar 2017 22:59:26 +0000 (18:59 -0400)
src/lib.rs

index d1d8e8cf229f66993176d48a1dbe1d7b9d566462..c55b4538005a3d6396a54586ac690f206ad756f8 100644 (file)
@@ -1,8 +1,5 @@
 #![feature(
-    btree_range,
-    collections,
     i128_type,
-    pub_restricted,
     rustc_private,
 )]