mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Make style build without impl<T: HeapSizeOf> HeapSizeOf for Arc<T>
.
The removal of this impl is not included in this commit. CC https://github.com/servo/heapsize/issues/37#issuecomment-249861171
This commit is contained in:
parent
f90b288547
commit
29c72d15a9
12 changed files with 13 additions and 15 deletions
|
@ -62,7 +62,7 @@ regex = "0.1.43"
|
|||
rustc-serialize = "0.3"
|
||||
script_layout_interface = {path = "../script_layout_interface"}
|
||||
script_traits = {path = "../script_traits"}
|
||||
selectors = {version = "0.13", features = ["heap_size"]}
|
||||
selectors = "0.13"
|
||||
serde = "0.8"
|
||||
smallvec = "0.1"
|
||||
string_cache = {version = "0.2.26", features = ["heap_size", "unstable"]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue