mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Remove size_of_test macro from legacy layout and inline it (#34055)
in the last remaining location it is used. Signed-off-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
parent
a501572971
commit
000144f52a
7 changed files with 11 additions and 25 deletions
|
@ -20,9 +20,9 @@ malloc_size_of = { workspace = true }
|
|||
malloc_size_of_derive = { workspace = true }
|
||||
parking_lot = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
size_of_test = { workspace = true }
|
||||
time_03 = { workspace = true }
|
||||
webrender_api = { workspace = true }
|
||||
static_assertions = { workspace = true }
|
||||
|
||||
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
|
||||
mach2 = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue