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

Fix rustdoc warnings in components/layout 2020/positioned.rs #31592

Conversation

maureenblack
Copy link
Contributor

@maureenblack maureenblack commented Mar 8, 2024

  • Fixed unresolved link to unresolved link to len() function of PositioningContext
  • Fixed unresolved link to unresolved link to adjust_static_position_of_hoisted_fragments function
  • Corrected typo in PositioningContext to fix unresolved link warning

  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix Fix as many rustdoc errors as possible #31575.
  • These changes do not require tests because they just fix documentation issues.

Signed-off-by: Wepngong Maureen <maureenwepngong@gmail.com>
…_hoisted_fragments function

Signed-off-by: Wepngong Maureen <maureenwepngong@gmail.com>
…ningContext

Signed-off-by: Wepngong Maureen <maureenwepngong@gmail.com>
@mrobinson mrobinson enabled auto-merge March 8, 2024 17:31
@mrobinson mrobinson changed the title Fix rustdoc warnings in components layout 2020 positioned.rs Fix rustdoc warnings in components/layout 2020/positioned.rs Mar 8, 2024
@mrobinson mrobinson added this pull request to the merge queue Mar 8, 2024
Merged via the queue into servo:main with commit f64409d Mar 8, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix as many rustdoc errors as possible
2 participants