mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
make module/crate re-exports doc inline (#2141)
This commit is contained in:
parent
e0b2246c68
commit
3f5a73793a
@ -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 New Issue
Block a user