diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-01-12 17:48:11 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-01-13 09:37:28 +0100 |
commit | 86d3c576f21e76b23db5bfcfe1a81794148a97dd (patch) | |
tree | 9c6bc9da18001000b7dc3893e53a002ac7582e1d /components/canvas/lib.rs | |
parent | 53c4a782a0906c487139d4b6f3c62d9eca3f9f17 (diff) | |
download | servo-86d3c576f21e76b23db5bfcfe1a81794148a97dd.tar.gz servo-86d3c576f21e76b23db5bfcfe1a81794148a97dd.zip |
Remove some unused extern crates.
Diffstat (limited to 'components/canvas/lib.rs')
-rw-r--r-- | components/canvas/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/canvas/lib.rs b/components/canvas/lib.rs index 13827b70459..5a0b1a9e596 100644 --- a/components/canvas/lib.rs +++ b/components/canvas/lib.rs @@ -10,7 +10,6 @@ extern crate azure; extern crate canvas_traits; extern crate core; -extern crate cssparser; extern crate euclid; extern crate gfx_traits; extern crate gleam; |