mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
This removes the last instances of Deref<str> and DerefMut<str> used for DOMString. The goal is outlined in https://github.com/servo/servo/issues/39479. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com> Testing: Compilation is the test as it just changes function names essentially. --------- Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>