mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
do not use actix prelude
This commit is contained in:
parent
955e50313d
commit
94c8aa6a54
4 changed files with 6 additions and 4 deletions
|
@ -34,7 +34,7 @@ extern crate actix;
|
|||
extern crate actix_web;
|
||||
extern crate futures;
|
||||
|
||||
use actix::prelude::*;
|
||||
use actix::*;
|
||||
use actix_web::*;
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue