1
0
mirror of https://github.com/actix/actix-website synced 2025-01-22 16:15:56 +01:00

Update to work code (#241)

This commit is contained in:
Nrot 2021-11-21 02:14:04 +03:00 committed by GitHub
parent e467e67280
commit 3fffc45c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#![allow(dead_code, unused_variables)]
// <wrap-fn>
use actix_service::Service;
use actix_web::dev::Service;
use actix_web::{web, App};
use futures::future::FutureExt;