mirror of https://github.com/fafhrd91/actix-web
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:
parent
f288ef92dc
commit
59a4e3ee42
|
@ -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::*;
|
||||||
|
|
Loading…
Reference in New Issue