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