1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

Expose ContentDisposition in actix-multipart to fix broken doc link (#1114)

* Expose ContentDisposition in actix-multipart to fix broken doc link

* Revert "Expose ContentDisposition in actix-multipart to fix broken doc link"

This reverts commit e90d71d16cb552cd3e1745646fabcc48e0b4e379.

* Unhide actix-http::header::common docs

These types are used in other exported documented interfaces and create
broken links if not documented.
See `actix_multipart::Field.content_disposition`
This commit is contained in:
Zac Pullar-Strecker 2019-10-02 16:48:25 +13:00 committed by Nikolay Kim
parent f81ae37677
commit fba31d4e0a

View File

@ -16,7 +16,6 @@ use crate::httpmessage::HttpMessage;
mod common;
pub(crate) mod map;
mod shared;
#[doc(hidden)]
pub use self::common::*;
#[doc(hidden)]
pub use self::shared::*;