mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
Deduplicate parking_lot and friends by updating it to 0.9
This commit is contained in:
parent
4f4e219e54
commit
b6cddbebaa
10 changed files with 155 additions and 196 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue