Bug 1389009 - stylo: Add fallible append APIs for Vec and SmallVec. r=manishearth.

This commit is contained in:
Julian Seward 2017-09-07 12:04:37 +02:00
parent 54cd23adb8
commit 155a20ff83
4 changed files with 165 additions and 0 deletions

8
Cargo.lock generated
View file

@ -972,6 +972,13 @@ name = "extra-default"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fallible"
version = "0.0.1"
dependencies = [
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "flate2"
version = "0.2.19"
@ -3084,6 +3091,7 @@ dependencies = [
"cssparser 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
"encoding 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
"euclid 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
"fallible 0.0.1",
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
"hashglobe 0.1.0",
"heapsize 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",