mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Derive Debug for CookieStorage.
This commit is contained in:
parent
bcd409cf4a
commit
9e8dd86363
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use net_traits::CookieSource;
|
||||||
use std::cmp::Ordering;
|
use std::cmp::Ordering;
|
||||||
use url::Url;
|
use url::Url;
|
||||||
|
|
||||||
#[derive(Clone, RustcDecodable, RustcEncodable)]
|
#[derive(Clone, Debug, RustcDecodable, RustcEncodable)]
|
||||||
pub struct CookieStorage {
|
pub struct CookieStorage {
|
||||||
version: u32,
|
version: u32,
|
||||||
cookies: Vec<Cookie>
|
cookies: Vec<Cookie>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue