Add size_of_test crate

This commit is contained in:
Simon Sapin 2017-05-15 15:28:56 +02:00
parent 1afc89e944
commit cf2ae86373
6 changed files with 46 additions and 30 deletions

5
Cargo.lock generated
View file

@ -1407,6 +1407,7 @@ dependencies = [
"atomic_refcell 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"layout 0.0.1",
"script_layout_interface 0.0.1",
"size_of_test 0.0.1",
]
[[package]]
@ -2732,6 +2733,10 @@ name = "siphasher"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "size_of_test"
version = "0.0.1"
[[package]]
name = "slab"
version = "0.3.0"