Rename SpecifiedExplicitSize to ExplicitSize

This commit is contained in:
Manish Goregaokar 2016-09-22 18:46:27 +05:30
parent 2f69e7ff8c
commit 153ec64c15
2 changed files with 8 additions and 8 deletions

View file

@ -742,7 +742,7 @@ mod shorthand_serialization {
let size = single_vec_variant_value!(size,
size::single_value::SpecifiedValue::Explicit(
size::single_value::SpecifiedExplicitSize {
size::single_value::ExplicitSize {
width: LengthOrPercentageOrAuto::Length(Length::from_px(70f32)),
height: LengthOrPercentageOrAuto::Length(Length::from_px(50f32))
}
@ -797,7 +797,7 @@ mod shorthand_serialization {
let size = single_vec_variant_value!(size,
size::single_value::SpecifiedValue::Explicit(
size::single_value::SpecifiedExplicitSize {
size::single_value::ExplicitSize {
width: LengthOrPercentageOrAuto::Length(Length::from_px(70f32)),
height: LengthOrPercentageOrAuto::Length(Length::from_px(50f32))
}