Remove debug crate

This fixes errors with latest 0.13.0-nightly as crate has been removed:

`error: can't find crate for ‘debug’`
This commit is contained in:
Michael Hart
2014-10-18 18:39:03 -04:00
parent 0fcbdc34f2
commit 262a1658cf
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
#![feature(macro_rules, default_type_params)]
extern crate hyper;
extern crate debug;
use std::io::util::copy;
use std::io::net::ip::Ipv4Addr;

View File

@@ -1,7 +1,6 @@
#![feature(macro_rules)]
extern crate hyper;
extern crate debug;
use std::io::util::copy;
use std::io::net::ip::Ipv4Addr;