mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
parent
74f8c0eeb7
commit
ba36a108c1
56 changed files with 674 additions and 518 deletions
|
@ -5,7 +5,7 @@
|
|||
//! Implementation of cookie creation and matching as specified by
|
||||
//! http://tools.ietf.org/html/rfc6265
|
||||
|
||||
use cookie_storage::CookieSource;
|
||||
use net_traits::CookieSource;
|
||||
use pub_domains::PUB_DOMAINS;
|
||||
|
||||
use cookie_rs;
|
||||
|
@ -196,7 +196,7 @@ fn test_default_path() {
|
|||
|
||||
#[test]
|
||||
fn fn_cookie_constructor() {
|
||||
use cookie_storage::CookieSource;
|
||||
use net_traits::CookieSource;
|
||||
|
||||
let url = &Url::parse("http://example.com/foo").unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue