mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #14208 - servo:CookieStorage-debug, r=jdm
Derive Debug for CookieStorage. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14208) <!-- Reviewable:end -->
This commit is contained in:
commit
3af2586b8e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ use net_traits::CookieSource;
|
|||
use servo_url::ServoUrl;
|
||||
use std::cmp::Ordering;
|
||||
|
||||
#[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