mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Fixed unresolved links by appropriately linking to parent (#31588)
Signed-off-by: Wepngong Maureen <maureenwepngong@gmail.com>
This commit is contained in:
parent
f64409dbfb
commit
0f4522c360
1 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ enum SegmentStartSoftWrapPolicy {
|
|||
|
||||
#[derive(Debug, Serialize)]
|
||||
pub(crate) struct TextRunSegment {
|
||||
/// The index of this font in the parent [`InlineFormattingContext`]'s collection of font
|
||||
/// The index of this font in the parent [`super::InlineFormattingContext`]'s collection of font
|
||||
/// information.
|
||||
pub font_index: usize,
|
||||
|
||||
|
@ -524,7 +524,7 @@ pub struct WhitespaceCollapse<InputIterator> {
|
|||
white_space: WhiteSpace,
|
||||
|
||||
/// Whether or not we should collapse white space completely at the start of the string.
|
||||
/// This is true when the last character handled in our owning [`InlineFormattingContext`]
|
||||
/// This is true when the last character handled in our owning [`super::InlineFormattingContext`]
|
||||
/// was collapsible white space.
|
||||
remove_collapsible_white_space_at_start: bool,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue