mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
Fix SingleSpecifiedValue in vector_longhand
This commit is contained in:
parent
55ae25c3ae
commit
77368ac48c
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
||||||
% endif
|
% endif
|
||||||
}
|
}
|
||||||
|
|
||||||
pub use self::single_value::computed_value::T as SingleSpecifiedValue;
|
pub use self::single_value::SpecifiedValue as SingleSpecifiedValue;
|
||||||
|
|
||||||
impl ToComputedValue for SpecifiedValue {
|
impl ToComputedValue for SpecifiedValue {
|
||||||
type ComputedValue = computed_value::T;
|
type ComputedValue = computed_value::T;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue