mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +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 url::Url;
|
||||
|
||||
#[derive(Clone, RustcDecodable, RustcEncodable)]
|
||||
#[derive(Clone, Debug, RustcDecodable, RustcEncodable)]
|
||||
pub struct CookieStorage {
|
||||
version: u32,
|
||||
cookies: Vec<Cookie>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue