mirror of
https://github.com/actix/actix-web.git
synced 2024-11-22 01:21:10 +00:00
make module/crate re-exports doc inline (#2141)
This commit is contained in:
parent
e0b2246c68
commit
3f5a73793a
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ pub mod web;
|
|||
pub use actix_http::cookie;
|
||||
pub use actix_http::Response as HttpResponse;
|
||||
pub use actix_http::{body, Error, HttpMessage, ResponseError, Result};
|
||||
#[doc(inline)]
|
||||
pub use actix_rt as rt;
|
||||
pub use actix_web_codegen::*;
|
||||
|
||||
|
|
Loading…
Reference in a new issue