Merge pull request #1072 from Keats/master
feat(headers): impl Eq for ContentType
This commit is contained in:
@@ -98,4 +98,6 @@ impl ContentType {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl Eq for ContentType {}
|
||||||
|
|
||||||
bench_header!(bench, ContentType, { vec![b"application/json; charset=utf-8".to_vec()] });
|
bench_header!(bench, ContentType, { vec![b"application/json; charset=utf-8".to_vec()] });
|
||||||
|
|||||||
Reference in New Issue
Block a user