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

View file

@ -9,6 +9,9 @@ publish = false
name = "constellation"
path = "lib.rs"
[features]
unstable = ["servo_remutex/unstable"]
[dependencies]
backtrace = "0.3"
bluetooth_traits = { path = "../bluetooth_traits" }