diff options
Diffstat (limited to 'components/net/cookie.rs')
-rw-r--r-- | components/net/cookie.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/cookie.rs b/components/net/cookie.rs index 4d77d0911c4..3c0b904496d 100644 --- a/components/net/cookie.rs +++ b/components/net/cookie.rs @@ -5,7 +5,7 @@ //! Implementation of cookie creation and matching as specified by //! http://tools.ietf.org/html/rfc6265 -use hyper_serde::{self, Serde}; +use hyper_serde::Serde; use net_traits::pub_domains::is_pub_domain; use net_traits::CookieSource; use servo_url::ServoUrl; |