mirror of
https://github.com/actix/actix-web.git
synced 2025-04-23 10:14:05 +00:00
fix tests
This commit is contained in:
parent
cf8c2ca95e
commit
e4bfef9d26
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ number of requests processed per thread. Proper implementation would use `Arc` a
|
||||||
# extern crate actix;
|
# extern crate actix;
|
||||||
# extern crate actix_web;
|
# extern crate actix_web;
|
||||||
use actix_web::*;
|
use actix_web::*;
|
||||||
|
use actix_web::dev::Handler;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
use std::sync::atomic::{AtomicUsize, Ordering};
|
use std::sync::atomic::{AtomicUsize, Ordering};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue