aboutsummaryrefslogtreecommitdiffstats
path: root/components/net/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r--components/net/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs
index 822c2105c6e..4ca85975344 100644
--- a/components/net/lib.rs
+++ b/components/net/lib.rs
@@ -2,9 +2,9 @@
* 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(box_syntax)]
#![feature(custom_attribute)]
#![feature(custom_derive)]
-#![feature(box_syntax)]
#![feature(fnbox)]
#![feature(mpsc_select)]
#![feature(plugin)]