diff options
Diffstat (limited to 'src/components/msg/msg.rs')
-rw-r--r-- | src/components/msg/msg.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/msg/msg.rs b/src/components/msg/msg.rs index c3e332746f3..3b4c49c3acf 100644 --- a/src/components/msg/msg.rs +++ b/src/components/msg/msg.rs @@ -2,10 +2,10 @@ * 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/. */ -#[crate_id = "github.com/mozilla/servo#msg:0.1"]; -#[crate_type = "lib"]; -#[crate_type = "dylib"]; -#[crate_type = "rlib"]; +#![crate_id = "github.com/mozilla/servo#msg:0.1"] +#![crate_type = "lib"] +#![crate_type = "dylib"] +#![crate_type = "rlib"] extern crate azure; extern crate geom; |