Skip to content

Commit

Permalink
fix(main.rs): kill unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Jun 4, 2014
1 parent dc0c19f commit 445bbbd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Expand Up @@ -12,10 +12,8 @@ extern crate collections;
use collections::hashmap::HashMap;

use std::io::net::ip::{SocketAddr, Ipv4Addr};
use std::io::Writer;

use http::server::request::{AbsolutePath};

use http::server::{Config, Server, Request, ResponseWriter};
use http::headers::content_type::MediaType;

Expand Down

0 comments on commit 445bbbd

Please sign in to comment.