mirror of
https://github.com/servo/servo.git
synced 2025-07-19 13:23:46 +01:00
Fix a deprecated phase warning.
This commit is contained in:
parent
e1098232eb
commit
1fe1d03b02
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
#![feature(globs, macro_rules, phase, thread_local)]
|
#![feature(globs, macro_rules, phase, thread_local)]
|
||||||
|
|
||||||
#![feature(phase)]
|
#![feature(phase)]
|
||||||
#[phase(syntax, link)]
|
#[phase(plugin, link)]
|
||||||
extern crate log;
|
extern crate log;
|
||||||
|
|
||||||
extern crate rustuv;
|
extern crate rustuv;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue