aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/script_layout/Cargo.toml
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2025-06-11 00:01:12 -0400
committerGitHub <noreply@github.com>2025-06-11 04:01:12 +0000
commit73361d0f5fb3cfb5cc09a91f804ffea223d95b66 (patch)
tree45ce6baa8198377063a0092dbc9f547282e68e7b /components/shared/script_layout/Cargo.toml
parent6617fe3b9152e42abcc79414092f35d8437e3278 (diff)
downloadservo-main.tar.gz
servo-main.zip
script: Replace use of UnsafeCell in WeakRangeVec. (#37327)HEADmain
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 'components/shared/script_layout/Cargo.toml')
0 files changed, 0 insertions, 0 deletions