Skip to content

Commit bba761a

Browse files
author
Vincent Prouillet
committed
feat(headers): impl Eq for ContentType
1 parent 592c1e2 commit bba761a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/header/common/content_type.rs

+2
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,6 @@ impl ContentType {
9898
}
9999
}
100100

101+
impl Eq for ContentType {}
102+
101103
bench_header!(bench, ContentType, { vec![b"application/json; charset=utf-8".to_vec()] });

0 commit comments

Comments
 (0)