aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2018-04-26 17:56:15 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2018-04-26 17:56:15 +0000
commitf81d399c29d5519ffb693134e3c6c405f794579d (patch)
treecb57891e67e21fc24c1f86a25f3a4acf9ce90f05 /src/main.rs
parentUpdate README.md (diff)
downloadminiserve-f81d399c29d5519ffb693134e3c6c405f794579d.tar.gz
miniserve-f81d399c29d5519ffb693134e3c6c405f794579d.zip
Make Travis happy
Diffstat (limited to '')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 2e4a69f..77db1ac 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -5,7 +5,7 @@ extern crate simplelog;
#[macro_use]
extern crate clap;
-use actix_web::{server, App, fs, middleware, HttpRequest, HttpResponse, Result};
+use actix_web::{server, App, fs, middleware, HttpRequest, Result};
use simplelog::{TermLogger, LevelFilter, Config};
use std::path::PathBuf;
use std::net::IpAddr;