diff options
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r-- | components/msg/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs index 3e515e294f8..d2490c142eb 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -10,6 +10,5 @@ extern crate malloc_size_of; extern crate malloc_size_of_derive; #[macro_use] extern crate serde; -extern crate webrender_api; pub mod constellation_msg; |