Skip to content

Commit e3fa1ed

Browse files
committed
clippy
1 parent 0b6f180 commit e3fa1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/results/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ string_enum!(pub enum EncodingType {
6464
Gzip => "gzip",
6565
});
6666

67-
#[derive(Clone, PartialEq, Debug)]
67+
#[derive(Clone, PartialEq, Eq, Debug)]
6868
pub enum EncodedLog {
6969
Plain(Vec<u8>),
7070
Gzip(Vec<u8>),

0 commit comments

Comments
 (0)