Use NonZeroUsize in remutex

This commit is contained in:
Simon Sapin 2017-10-12 00:37:11 +02:00
parent 8cdf2ad0ed
commit ecf3b05153
5 changed files with 17 additions and 8 deletions

1
Cargo.lock generated
View file

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