mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
remove unused use
statements in mako helpers
These are no longer needed, according to `./mach build -d` and grep.
This commit is contained in:
parent
686df84d77
commit
5f49e38650
1 changed files with 0 additions and 2 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue