mirror of
https://github.com/servo/servo.git
synced 2025-10-01 17:19:16 +01:00
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:
parent
123854faee
commit
14a2c43c75
7 changed files with 38 additions and 47 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue