1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 01:08:10 +00:00

fix merge

This commit is contained in:
Rob Ede 2021-12-02 14:13:18 +00:00
parent 57ee49a618
commit 183fbdfd74
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -80,7 +80,6 @@ impl TryFrom<f32> 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<T> {
/// The wrapped contents of the field.