aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net_traits/lib.rs')
-rw-r--r--components/net_traits/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net_traits/lib.rs b/components/net_traits/lib.rs
index 1e7f4c328ca..55cb27a0519 100644
--- a/components/net_traits/lib.rs
+++ b/components/net_traits/lib.rs
@@ -192,7 +192,7 @@ impl Metadata {
}
/// The creator of a given cookie
-#[derive(PartialEq, Copy)]
+#[derive(PartialEq, Copy, Clone)]
pub enum CookieSource {
/// An HTTP API
HTTP,