This commit is contained in:
Sean McArthur
2014-09-06 14:45:29 -07:00
parent 1926e82369
commit eaa3cb46ee
4 changed files with 10 additions and 5 deletions

View File

@@ -5,7 +5,6 @@ extern crate hyper;
extern crate test;
use std::fmt::{mod, Show};
use std::str::{SendStr, Slice};
use std::io::IoResult;
use std::io::net::ip::Ipv4Addr;
use hyper::server::{Request, Response, Server};