Fix a deprecated phase warning.

This commit is contained in:
Ms2ger 2014-07-04 11:54:46 +02:00
parent e1098232eb
commit 1fe1d03b02

View file

@ -8,7 +8,7 @@
#![feature(globs, macro_rules, phase, thread_local)]
#![feature(phase)]
#[phase(syntax, link)]
#[phase(plugin, link)]
extern crate log;
extern crate rustuv;