diff options
Diffstat (limited to 'components/gfx_traits/lib.rs')
-rw-r--r-- | components/gfx_traits/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/gfx_traits/lib.rs b/components/gfx_traits/lib.rs index bdf1a7591eb..a198a436dfb 100644 --- a/components/gfx_traits/lib.rs +++ b/components/gfx_traits/lib.rs @@ -19,7 +19,6 @@ extern crate serde; #[macro_use] extern crate serde_derive; -pub mod color; pub mod print_tree; use range::RangeIndex; |