update to newest cookie-rs

This commit is contained in:
Sean McArthur
2014-11-10 11:13:20 -08:00
parent 33210641f7
commit fcfb0505dd
3 changed files with 2 additions and 9 deletions

View File

@@ -33,12 +33,6 @@ pub mod authorization;
/// Exposes the Cookie header.
pub mod cookie;
/// Exposes the Cookie header.
pub mod cookie;
/// Exposes the Set-Cookie header.
pub mod set_cookie;
/// Exposes the Connection header.
pub mod connection;