Skip to content

Commit cd467cc

Browse files
committed
derive Eq for Encoding
1 parent f5a333d commit cd467cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/encoding.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#[derive(Debug)]
1+
#[derive(Debug, PartialEq, Eq)]
22
#[allow(non_snake_case)]
33
pub enum Encoding {
44
ASCII,

0 commit comments

Comments
 (0)