mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
stylo: Add uses of fallible Vec, SmallVec and HashMap facilities.
Bug: 1395064 Reviewed-by: emilio
This commit is contained in:
parent
815fb6b058
commit
c85633f48e
10 changed files with 125 additions and 57 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -976,6 +976,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
name = "fallible"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"hashglobe 0.1.0",
|
||||
"smallvec 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue