diff options
Diffstat (limited to 'components/devtools_traits/lib.rs')
-rw-r--r-- | components/devtools_traits/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/devtools_traits/lib.rs b/components/devtools_traits/lib.rs index 6bba96d81b3..1b69499f8a5 100644 --- a/components/devtools_traits/lib.rs +++ b/components/devtools_traits/lib.rs @@ -8,7 +8,7 @@ #![comment = "The Servo Parallel Browser Project"] #![license = "MPL"] -extern crate servo_msg = "msg"; +extern crate "msg" as servo_msg; /// This module contains shared types and messages for use by devtools/script. /// The traits are here instead of in script so that the devtools crate can be |