Skip to content

Commit

Permalink
auto merge of #3591 : zwarich/servo/style-properties-mut, r=jdm
Browse files Browse the repository at this point in the history
I would have put the attribute on the binding itself, but that doesn't
appear to be possible yet.
  • Loading branch information
bors-servo committed Oct 6, 2014
2 parents ffa9928 + 0ede734 commit 1aa13bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/style/properties/mod.rs.mako
Expand Up @@ -1855,6 +1855,7 @@ impl<T: Send + Sync + Clone> ArcExperimental<T> for Arc<T> {
}

/// Fast path for the function below. Only computes new inherited styles.
#[allow(unused_mut)]
fn cascade_with_cached_declarations(applicable_declarations: &[DeclarationBlock],
shareable: bool,
parent_style: &ComputedValues,
Expand Down

0 comments on commit 1aa13bb

Please sign in to comment.