From 5eb00bb9f3bcf44721eaf4f26761a73f22289eba Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 9 Jun 2018 04:58:22 -0700 Subject: [PATCH] Fix example --- examples/application/src/vh.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/application/src/vh.rs b/examples/application/src/vh.rs index e28e7e7..147741e 100644 --- a/examples/application/src/vh.rs +++ b/examples/application/src/vh.rs @@ -1,9 +1,6 @@ #![allow(unused)] -extern crate actix_web; use actix_web::{http::Method, server, App, HttpRequest, HttpResponse, Responder}; -mod state; - // fn main() { let server = server::new(|| {