servo/components/layout_2020/fragment_tree
Martin Robinson a0640c8524
Address issues uncovered by rust-1.78 beta (#32130)
This change makes changes to allow Servo to compile with the 1.78
version of Rust:

 - Dead code is removd (Rust seems to have gotten better at detecting
   it).
 - The `FlowRef` `DerefMut` is updated according to @SimonSapin's advice
   [^1].
 - The `imports.rs` now explicitly silences warnings about unused
   imports.

[^1]: https://github.com/servo/servo/issues/6503#issuecomment-2066088179

<!-- Please describe your changes on the following line: -->


---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by
`[X]` when the step is complete, and replace `___` with appropriate
data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because they should not change
behavior.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox
is checked, so that we can help you if you get stuck somewhere along the
way.-->

<!-- Pull requests that do not address these steps are welcome, but they
will require additional verification as part of the review process. -->
2024-04-22 18:20:47 +00:00
..
base_fragment.rs chore: Clean up use of gfx and constellation types (#31981) 2024-04-09 06:43:48 +00:00
box_fragment.rs layout: use Au in BoxFragment (#31794) 2024-03-22 04:30:39 +00:00
containing_block.rs Lint layout_2020 with clippy (#31169) 2024-01-25 09:03:31 +00:00
fragment.rs Address issues uncovered by rust-1.78 beta (#32130) 2024-04-22 18:20:47 +00:00
fragment_tree.rs layout: Add basic support for getClientRects() queries (#31696) 2024-03-15 17:20:47 +00:00
hoisted_shared_fragment.rs clippy: Fix warnings in components/layout_2020 (#31611) 2024-03-11 14:24:33 +00:00
mod.rs clippy: Fix warnings in components/layout_2020 (#31611) 2024-03-11 14:24:33 +00:00
positioning_fragment.rs rustdoc: Fix errors in components and ports (#31654) 2024-03-15 16:24:11 +00:00