Skip to content

Commit

Permalink
derive Eq for Encoding
Browse files Browse the repository at this point in the history
Signed-off-by: Leni Aniva <v@leni.sh>
  • Loading branch information
lenianiva committed Aug 19, 2023
1 parent 4293d9b commit 36f07d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoding.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#[derive(Debug)]
#[derive(Debug, PartialEq, Eq)]
#[allow(non_snake_case)]
pub enum Encoding {
ASCII,
Expand Down

0 comments on commit 36f07d4

Please sign in to comment.