mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Use static_prefs::pref!
.
It's much nicer. One nice thing about this is that the new code is subject to the existing threadedness checking, which identified that several of these should be atomic because they're accessed off the main thread. Differential Revision: https://phabricator.services.mozilla.com/D40792
This commit is contained in:
parent
ad1d028e40
commit
bb032c1ddc
17 changed files with 26 additions and 60 deletions
|
@ -91,6 +91,7 @@ extern crate servo_config;
|
|||
extern crate servo_url;
|
||||
extern crate smallbitvec;
|
||||
extern crate smallvec;
|
||||
extern crate static_prefs;
|
||||
#[cfg(feature = "servo")]
|
||||
extern crate string_cache;
|
||||
#[macro_use]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue