diff options
author | Josh Matthews <josh@joshmatthews.net> | 2025-06-11 00:01:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-11 04:01:12 +0000 |
commit | 73361d0f5fb3cfb5cc09a91f804ffea223d95b66 (patch) | |
tree | 45ce6baa8198377063a0092dbc9f547282e68e7b /tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-027.htm | |
parent | 6617fe3b9152e42abcc79414092f35d8437e3278 (diff) | |
download | servo-main.tar.gz servo-main.zip |
I can't find any historical motivation for the use of UnsafeCell in the
implementation of WeakRangeVec from #8506. We can replace all the uses
of unsafe in this code by using RefCell, and the resulting code is
easier to understand.
Testing: Existing WPT tests using Ranges show no behaviour changes.
Fixes: #37276
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Diffstat (limited to 'tests/wpt/css-tests/css-text-3_dev/html/css3-text-text-transform-027.htm')
0 files changed, 0 insertions, 0 deletions