style: Reduce Servo's diff with upstream to_shmem (#31349)

This is part of getting Servo using an version of style closer to
upstream. This change reverts some changes we made to `to_shmem` and
`to_shmem_derive` in order to reduce our diff with upstream stylo.
This commit is contained in:
Martin Robinson 2024-02-14 12:17:00 +01:00 committed by GitHub
parent 123854faee
commit 14a2c43c75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 38 additions and 47 deletions

4
Cargo.lock generated
View file

@ -6095,7 +6095,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "to_shmem"
version = "0.0.0"
version = "0.0.1"
dependencies = [
"cssparser",
"servo_arc",
@ -6107,7 +6107,7 @@ dependencies = [
[[package]]
name = "to_shmem_derive"
version = "0.0.0"
version = "0.0.1"
dependencies = [
"darling",
"derive_common",