1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-09 12:02:59 +00:00

make module/crate re-exports doc inline (#2141)

This commit is contained in:
Ibraheem Ahmed 2021-04-08 15:51:16 -04:00 committed by GitHub
parent e0b2246c68
commit 3f5a73793a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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::*;