Deduplicate parking_lot and friends by updating it to 0.9

This commit is contained in:
Bastien Orivel 2019-09-03 19:46:00 +02:00
parent 4f4e219e54
commit b6cddbebaa
10 changed files with 155 additions and 196 deletions

View file

@ -30,7 +30,7 @@ impl Sampler for DummySampler {
// Several types in this file are currently not used in a Linux or Windows build.
#[allow(dead_code)]
pub type Address = *const libc::uint8_t;
pub type Address = *const u8;
/// The registers used for stack unwinding
#[allow(dead_code)]