mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Removed the T prefix for the style traits
More work as described in #10185. The reason I upgraded lazy_static to 0.1.16 is because it fixes an issue with the Box name (std::boxed::Box was used in an unqualified name, which can cause name clashes when there is another type that exists with the same name).
This commit is contained in:
parent
a162cfe45c
commit
c7758a8ad8
10 changed files with 88 additions and 87 deletions
|
@ -24,7 +24,7 @@ use properties::longhands::transition_timing_function::computed_value::{Transiti
|
|||
use properties::longhands::vertical_align::computed_value::T as VerticalAlign;
|
||||
use properties::longhands::visibility::computed_value::T as Visibility;
|
||||
use properties::longhands::z_index::computed_value::T as ZIndex;
|
||||
use properties::style_struct_traits::TBox;
|
||||
use properties::style_struct_traits::Box;
|
||||
use properties::{ComputedValues, ServoComputedValues};
|
||||
use std::cmp::Ordering;
|
||||
use std::iter::repeat;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue