mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
In the same vein as https://github.com/servo/servo/pull/42781 we implement a UnrootedSimpleNodeIterator that takes a no_gc and does not root the required nodes. We include an example usage in 'dom/text.rs' WholeText. This requires https://github.com/servo/servo/pull/42781 to be merged first. --------- Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>