From 4d2cf9e277a911b73a020f63e8914f1a02f2ca37 Mon Sep 17 00:00:00 2001 From: Bobby Holley Date: Tue, 29 Mar 2016 11:30:26 -0700 Subject: [PATCH] Remove unenforced trait bound that generates a warning. Fixes #10239. --- components/style/properties.mako.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/properties.mako.rs b/components/style/properties.mako.rs index 72cb464e836..8ee3f8995a1 100644 --- a/components/style/properties.mako.rs +++ b/components/style/properties.mako.rs @@ -6692,7 +6692,7 @@ fn cascade_with_cached_declarations( context.style } -pub type CascadePropertyFn = +pub type CascadePropertyFn = extern "Rust" fn(declaration: &PropertyDeclaration, inherited_style: &C, context: &mut computed::Context,