diff options
| author | varkor <github@varkor.com> | 2018-07-23 14:53:39 +0100 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-08-05 15:54:49 +0100 |
| commit | c81b95f305e76c4173121aabb08af15e2d22aaed (patch) | |
| tree | ce08a3d402ae2264c56db51ce1ba898d65c08148 /src/librustc_data_structures | |
| parent | bd66cbb806ee2a4d288d2e22626dff39ee9cc336 (diff) | |
| download | rust-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.rs | 1 |
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)] |
