mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Use lazy_static for HOST_TABLE.
This might change behaviour if the file is changed between Servo startup and the moment HOST_TABLE is first accessed. I don't think we care.
This commit is contained in:
parent
a862384841
commit
ec1f720662
9 changed files with 45 additions and 56 deletions
|
@ -16,6 +16,8 @@ extern crate hyper;
|
|||
extern crate image as piston_image;
|
||||
extern crate ipc_channel;
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
extern crate msg;
|
||||
extern crate serde;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue