From e8de0d2b5e57dff224e3f4bddce61109918235d8 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sat, 4 Oct 2014 15:30:42 +0200 Subject: [PATCH] Remove the managed_boxes feature. --- components/net/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/net/lib.rs b/components/net/lib.rs index 32f78840da0..0a963a8f493 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#![feature(default_type_params, globs, managed_boxes, phase)] +#![feature(default_type_params, globs, phase)] #![deny(unused_imports, unused_variable)]