From 5f49e38650ca5f3e51694c94f45d8dcf1a9161d1 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Fri, 24 Mar 2017 11:28:43 -0400 Subject: [PATCH] remove unused `use` statements in mako helpers These are no longer needed, according to `./mach build -d` and grep. --- components/style/properties/helpers.mako.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/style/properties/helpers.mako.rs b/components/style/properties/helpers.mako.rs index f6c5dd29994..ae3d784baf2 100644 --- a/components/style/properties/helpers.mako.rs +++ b/components/style/properties/helpers.mako.rs @@ -219,8 +219,6 @@ use properties::{DeclaredValue, LonghandId, LonghandIdSet}; use properties::{CSSWideKeyword, ComputedValues, PropertyDeclaration}; use properties::style_structs; - use std::boxed::Box as StdBox; - use std::collections::HashMap; use std::sync::Arc; use values::computed::{Context, ToComputedValue}; use values::{computed, specified};