Skip to content

Commit

Permalink
Remove unused size_of_test dependency from selectors and style_trai…
Browse files Browse the repository at this point in the history
…ts (#69)
  • Loading branch information
nicoburns authored Sep 10, 2024
1 parent 9ac1a94 commit 8291e27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion selectors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ log = "0.4"
phf = "0.11"
precomputed-hash = "0.1"
servo_arc = { version = "0.2", path = "../servo_arc" }
size_of_test = { path = "../size_of_test" }
smallvec = "1.0"
to_shmem = { path = "../to_shmem" }
to_shmem_derive = { path = "../to_shmem_derive" }
Expand Down
1 change: 0 additions & 1 deletion style_traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ selectors = { path = "../selectors" }
serde = "1.0"
servo_arc = { path = "../servo_arc" }
servo_atoms = { path = "../atoms", optional = true }
size_of_test = { path = "../size_of_test" }
thin-vec = "0.2"
to_shmem = { path = "../to_shmem" }
to_shmem_derive = { path = "../to_shmem_derive" }
Expand Down

0 comments on commit 8291e27

Please sign in to comment.