mirror of
https://github.com/actix/actix-web.git
synced 2024-12-17 05:36:36 +00:00
fix merge
This commit is contained in:
parent
57ee49a618
commit
183fbdfd74
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ impl TryFrom<f32> for Quality {
|
||||||
|
|
||||||
/// Represents an item with a quality value as defined
|
/// 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).
|
/// 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)]
|
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||||
pub struct QualityItem<T> {
|
pub struct QualityItem<T> {
|
||||||
/// The wrapped contents of the field.
|
/// The wrapped contents of the field.
|
||||||
|
|
Loading…
Reference in a new issue