diff options
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r-- | components/net/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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)] |