Use OnceCell instead of Option

This commit is contained in:
Simon Sapin 2020-01-13 14:18:38 +01:00
parent 252877ac62
commit d8ed710824
3 changed files with 23 additions and 21 deletions

7
Cargo.lock generated
View file

@ -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"