mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Bug 1389009 - stylo: Add fallible append APIs for Vec and SmallVec. r=manishearth.
This commit is contained in:
parent
54cd23adb8
commit
155a20ff83
4 changed files with 165 additions and 0 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -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)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue