1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 01:08:10 +00:00

fix merge again

This commit is contained in:
Rob Ede 2021-12-02 14:30:36 +00:00
parent 183fbdfd74
commit 43a0e8102f
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -51,7 +51,6 @@ pub use self::accept_charset::AcceptCharset;
pub use self::accept::Accept;
pub use self::accept_language::AcceptLanguage;
pub use self::allow::Allow;
pub use self::any_or_some::AnyOrSome;
pub use self::cache_control::{CacheControl, CacheDirective};
pub use self::content_disposition::{ContentDisposition, DispositionParam, DispositionType};
pub use self::content_language::ContentLanguage;