mirror of
https://github.com/servo/servo.git
synced 2025-06-14 11:24:33 +00:00
Address review comments.
This commit is contained in:
parent
31eee791dd
commit
fb09979502
9 changed files with 19 additions and 12 deletions
|
@ -11,7 +11,8 @@
|
|||
#[feature(globs, macro_rules, struct_variant, managed_boxes, phase)];
|
||||
|
||||
#[feature(phase)];
|
||||
#[phase(syntax, link)] extern crate log;
|
||||
#[phase(syntax, link)]
|
||||
extern crate log;
|
||||
|
||||
extern crate collections;
|
||||
extern crate geom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue