diff options
Diffstat (limited to 'components/layout/text.rs')
-rw-r--r-- | components/layout/text.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/text.rs b/components/layout/text.rs index b2f08fff75b..e2d88e539f8 100644 --- a/components/layout/text.rs +++ b/components/layout/text.rs @@ -411,7 +411,6 @@ impl TextRunScanner { #[inline] fn bounding_box_for_run_metrics(metrics: &RunMetrics, writing_mode: WritingMode) -> LogicalSize<Au> { - // This does nothing, but it will fail to build // when more values are added to the `text-orientation` CSS property. // This will be a reminder to update the code below. |