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 d65c98daf18..7ce8e1d6ddf 100644 --- a/components/net/cookie.rs +++ b/components/net/cookie.rs @@ -3,7 +3,7 @@ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ //! Implementation of cookie creation and matching as specified by -//! http://tools.ietf.org/html/rfc6265 +//! <http://tools.ietf.org/html/rfc6265> use std::borrow::ToOwned; use std::net::{Ipv4Addr, Ipv6Addr}; |