From 183fbdfd748c3061183f873dff6ea95bb5f15c8d Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 2 Dec 2021 14:13:18 +0000 Subject: [PATCH] fix merge --- actix-http/src/header/shared/quality_item.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/actix-http/src/header/shared/quality_item.rs b/actix-http/src/header/shared/quality_item.rs index 604ccbc4c..9b170f01a 100644 --- a/actix-http/src/header/shared/quality_item.rs +++ b/actix-http/src/header/shared/quality_item.rs @@ -80,7 +80,6 @@ impl TryFrom for Quality { /// Represents an item with a quality value as defined /// in [RFC 7231 ยง5.3.1](https://datatracker.ietf.org/doc/html/rfc7231#section-5.3.1). -#[derive(Clone, PartialEq, Debug)] #[derive(Debug, Clone, PartialEq, Eq)] pub struct QualityItem { /// The wrapped contents of the field.