From 77368ac48c9dcfa6a90b994cb63557319d7eb285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Naz=C4=B1m=20Can=20Alt=C4=B1nova?= Date: Sat, 7 Jan 2017 21:26:46 +0300 Subject: [PATCH] Fix SingleSpecifiedValue in vector_longhand --- components/style/properties/helpers.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties/helpers.mako.rs b/components/style/properties/helpers.mako.rs index f072da97c8f..095dd4a6439 100644 --- a/components/style/properties/helpers.mako.rs +++ b/components/style/properties/helpers.mako.rs @@ -157,7 +157,7 @@ % endif } - pub use self::single_value::computed_value::T as SingleSpecifiedValue; + pub use self::single_value::SpecifiedValue as SingleSpecifiedValue; impl ToComputedValue for SpecifiedValue { type ComputedValue = computed_value::T;