Skip to content

Commit b7853ad

Browse files
authored
Merge pull request #22 from itowlson/lintrage
Fixed new lint
2 parents 9d2a6f9 + 0ca4041 commit b7853ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const BROTLI_ENCODING: &str = "br";
2727
const PATH_INFO_HEADER: &str = "spin-path-info";
2828

2929
/// Common Content Encodings
30-
#[derive(PartialEq, Debug)]
30+
#[derive(PartialEq, Eq, Debug)]
3131
pub enum ContentEncoding {
3232
Brotli,
3333
//Deflate, // Could use flate2 for this

0 commit comments

Comments
 (0)