Skip to content

Commit 36f07d4

Browse files
committed
derive Eq for Encoding
Signed-off-by: Leni Aniva <[email protected]>
1 parent 4293d9b commit 36f07d4

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)