about summary refs log tree commit diff
path: root/src/librustc_data_structures
diff options
context:
space:
mode:
authorvarkor <github@varkor.com>2018-07-23 14:53:39 +0100
committervarkor <github@varkor.com>2018-08-05 15:54:49 +0100
commitc81b95f305e76c4173121aabb08af15e2d22aaed (patch)
treece08a3d402ae2264c56db51ce1ba898d65c08148 /src/librustc_data_structures
parentbd66cbb806ee2a4d288d2e22626dff39ee9cc336 (diff)
downloadrust-c81b95f305e76c4173121aabb08af15e2d22aaed.tar.gz
rust-c81b95f305e76c4173121aabb08af15e2d22aaed.zip
Remove unnecessary feature attributes that sneaked in
Diffstat (limited to 'src/librustc_data_structures')
-rw-r--r--src/librustc_data_structures/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_data_structures/lib.rs b/src/librustc_data_structures/lib.rs
index a9e582e510e..dd90cf7ae19 100644
--- a/src/librustc_data_structures/lib.rs
+++ b/src/librustc_data_structures/lib.rs
@@ -20,7 +20,6 @@
       html_favicon_url = "https://www.rust-lang.org/favicon.ico",
       html_root_url = "https://doc.rust-lang.org/nightly/")]
 
-#![feature(collections_range)]
 #![feature(unboxed_closures)]
 #![feature(fn_traits)]
 #![feature(unsize)]