Remove unenforced trait bound that generates a warning.

Fixes #10239.
This commit is contained in:
Bobby Holley 2016-03-29 11:30:26 -07:00
parent e148571812
commit 4d2cf9e277

View file

@ -6692,7 +6692,7 @@ fn cascade_with_cached_declarations<C: ComputedValues>(
context.style
}
pub type CascadePropertyFn<C: ComputedValues> =
pub type CascadePropertyFn<C /*: ComputedValues */> =
extern "Rust" fn(declaration: &PropertyDeclaration,
inherited_style: &C,
context: &mut computed::Context<C>,