diff --git a/components/style/properties/mod.rs.mako b/components/style/properties/mod.rs.mako index 4e393c56103..6987333ec1c 100644 --- a/components/style/properties/mod.rs.mako +++ b/components/style/properties/mod.rs.mako @@ -1855,6 +1855,7 @@ impl ArcExperimental for Arc { } /// 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,