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 13:23:36 +13:00
parent f288ef92dc
commit 59a4e3ee42
1 changed files with 0 additions and 1 deletions

View File

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