Bug 1409255 - Replace all uses of the `heapsize` crate with `malloc_size_of`. r=SimonSapin. draft
authorNicholas Nethercote <nnethercote@mozilla.com>
Tue, 17 Oct 2017 16:06:01 +1100
changeset 682258 5b587c14be5c7375181c1315af28c0ebd5a37b0e
parent 681956 f78d5947333422ab09ec23e3dab0d48538c9d6ad
child 736343 3fc55b58c1733ca069063ab9f7c49ed62c0fe157
push id85048
push usernnethercote@mozilla.com
push dateWed, 18 Oct 2017 10:25:59 +0000
reviewersSimonSapin
bugs1409255
milestone58.0a1
Bug 1409255 - Replace all uses of the `heapsize` crate with `malloc_size_of`. r=SimonSapin. MozReview-Commit-ID: 8daC4P9nNDf
toolkit/library/gtest/rust/Cargo.lock
toolkit/library/rust/Cargo.lock
--- a/toolkit/library/gtest/rust/Cargo.lock
+++ b/toolkit/library/gtest/rust/Cargo.lock
@@ -629,17 +629,16 @@ dependencies = [
 name = "glob"
 version = "0.2.11"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "hashglobe"
 version = "0.1.0"
 dependencies = [
- "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "heapsize"
 version = "0.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [
--- a/toolkit/library/rust/Cargo.lock
+++ b/toolkit/library/rust/Cargo.lock
@@ -628,17 +628,16 @@ dependencies = [
 name = "glob"
 version = "0.2.11"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "hashglobe"
 version = "0.1.0"
 dependencies = [
- "heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
 [[package]]
 name = "heapsize"
 version = "0.4.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 dependencies = [