diff options
Diffstat (limited to 'components/net/lib.rs')
-rw-r--r-- | components/net/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/net/lib.rs b/components/net/lib.rs index 2c2a96a828c..e29a4cfdaed 100644 --- a/components/net/lib.rs +++ b/components/net/lib.rs @@ -16,6 +16,8 @@ #![allow(missing_copy_implementations)] +#![plugin(regex_macros)] + extern crate "cookie" as cookie_rs; extern crate collections; extern crate geom; @@ -30,8 +32,6 @@ extern crate stb_image; extern crate time; extern crate url; -#[plugin] #[no_link] -extern crate regex_macros; extern crate regex; /// Image handling. |