diff options
Diffstat (limited to 'components/layout/fragment.rs')
-rw-r--r-- | components/layout/fragment.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/layout/fragment.rs b/components/layout/fragment.rs index 64c16d349a9..cfaa8d87bf4 100644 --- a/components/layout/fragment.rs +++ b/components/layout/fragment.rs @@ -1226,7 +1226,8 @@ impl Fragment { } - /// TODO: What exactly does this function return? Why is it Au(0) for SpecificFragmentInfo::Generic? + /// TODO: What exactly does this function return? Why is it Au(0) for + /// SpecificFragmentInfo::Generic? pub fn content_inline_size(&self) -> Au { match self.specific { SpecificFragmentInfo::Generic | |