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(|| {