Skip to content

Commit

Permalink
Fix linter error and derive Eq Trait for SchemaHypothesis
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasPrediger committed Sep 14, 2022
1 parent 48b6720 commit 93d62b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/model/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mod number;
mod object;
mod string;

#[derive(Debug, PartialEq)]
#[derive(Debug, PartialEq, Eq)]
pub struct SchemaHypothesis {
pub root: NodeType,
}
Expand Down

0 comments on commit 93d62b8

Please # to comment.