Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 866dc3e

Browse files
authored
Merge pull request #159 from Keruspe/master
EncoderError: derive PartialEq
2 parents 08503bd + 51cec23 commit 866dc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ pub enum DecoderError {
331331
EOF,
332332
}
333333

334-
#[derive(Copy, Debug)]
334+
#[derive(Copy, PartialEq, Debug)]
335335
pub enum EncoderError {
336336
FmtError(fmt::Error),
337337
BadHashmapKey,

0 commit comments

Comments
 (0)