aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/fontface.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/fontface.rs')
-rw-r--r--components/script/dom/fontface.rs20
1 files changed, 10 insertions, 10 deletions
diff --git a/components/script/dom/fontface.rs b/components/script/dom/fontface.rs
index c21f3a86a08..89156cca3a8 100644
--- a/components/script/dom/fontface.rs
+++ b/components/script/dom/fontface.rs
@@ -95,16 +95,16 @@ fn parse_font_face_descriptors(
);
let FontFaceDescriptors {
- ref ascentOverride,
- ref descentOverride,
- ref display,
- ref featureSettings,
- ref lineGapOverride,
- ref stretch,
- ref style,
- ref unicodeRange,
- ref variationSettings,
- ref weight,
+ ascentOverride,
+ descentOverride,
+ display,
+ featureSettings,
+ lineGapOverride,
+ stretch,
+ style,
+ unicodeRange,
+ variationSettings,
+ weight,
} = input_descriptors;
let _ = variationSettings; // TODO: Stylo doesn't parse font-variation-settings yet.