Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor box longhands #14913

Merged
merged 7 commits into from Jan 8, 2017

Fix SingleSpecifiedValue in vector_longhand

  • Loading branch information
canova committed Jan 8, 2017
commit 77368ac48c9dcfa6a90b994cb63557319d7eb285
@@ -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;
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.