mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +02:00
do not use actix prelude
This commit is contained in:
@ -5,7 +5,7 @@ extern crate actix_web;
|
||||
extern crate tokio_core;
|
||||
extern crate env_logger;
|
||||
|
||||
use actix::prelude::*;
|
||||
use actix::*;
|
||||
use actix_web::*;
|
||||
|
||||
struct MyRoute {req: Option<HttpRequest>}
|
||||
|
Reference in New Issue
Block a user