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

View file

@ -40,6 +40,7 @@ cfg-if = "0.1.0"
cssparser = "0.20"
encoding = {version = "0.2", optional = true}
euclid = "0.15"
fallible = { path = "../fallible" }
fnv = "1.0"
hashglobe = { path = "../hashglobe" }
heapsize = {version = "0.4", optional = true}