Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

layout_2020: Fix a documentation comment #25988

Merged
merged 1 commit into from Mar 19, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

layout_2020: Fix a documentation comment

I inadvertently failed to complete this doc comment.
  • Loading branch information
mrobinson committed Mar 19, 2020
commit cc75c6f5d43a4250ad129cced0b846ce7968fba2
@@ -55,7 +55,9 @@ pub(crate) struct BoxFragment {
/// The scrollable overflow of this box fragment.
pub scrollable_overflow_from_children: PhysicalRect<Length>,

/// XXX Add thsi
/// If this fragment was laid out from a hoisted box, this id corresponds to the id stored in
/// the AbsoluteOrFixedPositionedFragment left as a placeholder in the tree position of the
/// box.
pub hoisted_fragment_id: Option<HoistedFragmentId>,
}

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.