diff options
author | Kingsley Yung <kingsley@kkoyung.dev> | 2025-04-30 23:19:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-30 15:19:30 +0000 |
commit | 5c5da6071ec50b33e6a0dd8fc19d266b3c580a51 (patch) | |
tree | a34b8d40869bba44e02403a1ee5dbfa741a0b7c5 /tests/wpt/meta/css/cssom/CSSStyleSheet-constructable-disabled-regular-sheet-insertion.html.ini | |
parent | c98cf8b30624083b6606fe02672df53a98577344 (diff) | |
download | servo-main.tar.gz servo-main.zip |
This macro does not hide any complex or unsafe implementation details,
and, it's only used in two files (node.rs and element.rs). This patch
removes the macro, and move the implementation in place.
Moreover, the Element::rare_data_mut function in element.rs is called by
other functions, so the #[allow(dead_code)] annotation is removed. The
Node::rare_data_mut function in node.rs is not called anywhere, so it is
removed.
Testing: No test is needed for this cleaning up.
Fixes: #36767
---------
Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
Diffstat (limited to 'tests/wpt/meta/css/cssom/CSSStyleSheet-constructable-disabled-regular-sheet-insertion.html.ini')
0 files changed, 0 insertions, 0 deletions