mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Make style context use parking_lot::RwLock
This commit is contained in:
parent
070dee3542
commit
09cbe3bce0
11 changed files with 23 additions and 15 deletions
|
@ -36,6 +36,7 @@ extern crate log;
|
|||
extern crate msg;
|
||||
extern crate net_traits;
|
||||
extern crate ordered_float;
|
||||
extern crate parking_lot;
|
||||
#[macro_use]
|
||||
#[no_link]
|
||||
extern crate plugins as servo_plugins;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue