diff options
Diffstat (limited to 'components/net_traits/lib.rs')
-rw-r--r-- | components/net_traits/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net_traits/lib.rs b/components/net_traits/lib.rs index cc5ba727453..6753b372ba8 100644 --- a/components/net_traits/lib.rs +++ b/components/net_traits/lib.rs @@ -3,9 +3,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #![feature(box_syntax)] -#![feature(collections)] #![feature(slice_patterns)] #![feature(step_by)] +#![feature(vec_push_all)] extern crate euclid; extern crate hyper; |