1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-21 09:23:54 +00:00

fix tests

This commit is contained in:
Nikolay Kim 2017-12-26 09:28:24 -08:00
parent cf8c2ca95e
commit e4bfef9d26

View file

@ -78,6 +78,7 @@ number of requests processed per thread. Proper implementation would use `Arc` a
# extern crate actix;
# extern crate actix_web;
use actix_web::*;
use actix_web::dev::Handler;
use std::sync::Arc;
use std::sync::atomic::{AtomicUsize, Ordering};