rustdoc: Fix errors in components and ports (#31654)

* Fixed warnings in components/gfx/text/shaping/harfbuzz-rs  components/layout_2020/fragment_tree  ports/servoshell/minibrowser.rs

* Fixed warnings in components/gfx/text/shaping/harfbuzz-rs  components/layout_2020/fragment_tree  ports/servoshell/minibrowser.rs.

* Update minibrowser.rs

Returned "if" back to "iff"

* Update minibrowser.rs

Changed ```BrowserManager``` to ```WebViewManager```

* Update fragment.rs

Changed ```[SequentialLayoutState]``` to ```[crate::flow::float::SequentialLayoutState]```

* Update fragment.rs

Balanced the length of paragraph lines in fragment.rs

* Fix tidy errors

---------

Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Tumuhairwe 2024-03-15 19:24:11 +03:00 committed by GitHub
parent 39f660f520
commit 4cd3c056e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 6 deletions

View file

@ -14,7 +14,7 @@ use crate::cell::ArcRefCell;
use crate::geom::{LogicalRect, PhysicalRect};
/// Can contain child fragments with relative coordinates, but does not contribute to painting
/// itself. [`PositioningFragments`] may be completely anonymous, or just non-painting Fragments
/// itself. [`PositioningFragment`]s may be completely anonymous, or just non-painting Fragments
/// generated by boxes.
#[derive(Serialize)]
pub(crate) struct PositioningFragment {