mirror of
https://github.com/fafhrd91/actix-web
synced 2025-09-02 17:46:38 +02:00
do not use actix prelude
This commit is contained in:
@@ -174,8 +174,9 @@ impl<S> ApplicationBuilder<S> where S: 'static {
|
||||
/// ```rust
|
||||
/// extern crate actix;
|
||||
/// extern crate actix_web;
|
||||
///
|
||||
/// use actix::*;
|
||||
/// use actix_web::*;
|
||||
/// use actix::prelude::*;
|
||||
///
|
||||
/// struct MyRoute;
|
||||
///
|
||||
|
Reference in New Issue
Block a user