This feels more idiomatic in modern Rust, and replaces code like this: `flow::base(&**root_flow).restyle_damage` with this: `root_flow.base().restyle_damage`. --- - [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 are refactoring only Source-Repo: https://github.com/servo/servo Source-Revision: 53968fef6112a3c934d527e4034d53b7a6174721
6.3 KiB
6.3 KiB