mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Use NonZeroUsize in remutex
This commit is contained in:
parent
8cdf2ad0ed
commit
ecf3b05153
5 changed files with 17 additions and 8 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2992,6 +2992,7 @@ version = "0.0.1"
|
|||
dependencies = [
|
||||
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"nonzero 0.0.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue