mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-04-20 03:03:25 -04:00
Fix clippy.
This commit is contained in:
@@ -84,7 +84,7 @@ impl EvalStatus {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
#[derive(Debug, Clone, PartialEq, Eq)]
|
||||
pub struct EvalValue {
|
||||
pub constraints: Constraints,
|
||||
pub status: EvalStatus,
|
||||
|
||||
Reference in New Issue
Block a user