Use #[macro_use] instead of phase
This commit is contained in:
parent
05a4a14b9f
commit
38492c5dce
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
||||||
//! A basic ZipReader/Writer crate
|
//! A basic ZipReader/Writer crate
|
||||||
|
|
||||||
#![feature(phase)]
|
|
||||||
#![feature(unsafe_destructor)]
|
#![feature(unsafe_destructor)]
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
|
|
||||||
#[phase(plugin, link)] extern crate log;
|
#[macro_use] extern crate log;
|
||||||
extern crate time;
|
extern crate time;
|
||||||
extern crate flate2;
|
extern crate flate2;
|
||||||
extern crate bzip2;
|
extern crate bzip2;
|
||||||
|
|
Loading…
Add table
Reference in a new issue