macro syntax changes

This commit is contained in:
Robin Gloster
2015-01-07 21:30:03 +01:00
parent 2dd55d7ae0
commit da0597510a
2 changed files with 4 additions and 8 deletions

View File

@@ -1,7 +1,5 @@
#![feature(macro_rules, phase)]
extern crate hyper;
#[phase(plugin, link)] extern crate log;
#[macro_use] extern crate log;
use std::io::util::copy;
use std::io::net::ip::Ipv4Addr;