From 1bf14f774d48b7cbee8c3dfa4aa81e2fe846b971 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 9 Jun 2018 06:26:27 -0700 Subject: [PATCH] fix vh example --- examples/application/src/vh.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/application/src/vh.rs b/examples/application/src/vh.rs index 147741e..12d3a56 100644 --- a/examples/application/src/vh.rs +++ b/examples/application/src/vh.rs @@ -1,5 +1,5 @@ #![allow(unused)] -use actix_web::{http::Method, server, App, HttpRequest, HttpResponse, Responder}; +use actix_web::{http::Method, pred, server, App, HttpRequest, HttpResponse, Responder}; // fn main() {