mirror of
https://github.com/servo/servo.git
synced 2025-10-02 01:29:15 +01:00
Use OnceCell instead of Option
This commit is contained in:
parent
252877ac62
commit
d8ed710824
3 changed files with 23 additions and 21 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -2751,6 +2751,7 @@ dependencies = [
|
|||
"libc",
|
||||
"msg",
|
||||
"net_traits",
|
||||
"once_cell",
|
||||
"parking_lot",
|
||||
"range",
|
||||
"rayon",
|
||||
|
@ -3709,6 +3710,12 @@ dependencies = [
|
|||
"objc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed"
|
||||
|
||||
[[package]]
|
||||
name = "opaque-debug"
|
||||
version = "0.2.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue