Skip to content

Commit

Permalink
Auto merge of #16121 - froydnj:unused-property-mako-imports, r=cbrewster
Browse files Browse the repository at this point in the history
remove unused `use` statements in mako helpers

These are no longer needed, according to `./mach build -d` and grep.

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes do not require tests because compilation is sufficient

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16121)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Mar 25, 2017
2 parents 1584bbd + 5f49e38 commit fe45283
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/style/properties/helpers.mako.rs
Expand Up @@ -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};
Expand Down

0 comments on commit fe45283

Please sign in to comment.