Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Derive Debug for CookieStorage. #14208

Merged
merged 1 commit into from Nov 22, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Derive Debug for CookieStorage.

  • Loading branch information
Ms2ger committed Nov 14, 2016
commit 9e8dd863639f23fb7417204967a56f8101a95522
@@ -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>
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.