fix: set correct type of error for max
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#[derive(Debug, PartialEq, PartialOrd, Eq, Ord, Clone, Copy, Hash)]
|
||||
pub enum E {
|
||||
FindMax,
|
||||
FindMin,
|
||||
ProcessInput,
|
||||
SumValues,
|
||||
|
||||
Reference in New Issue
Block a user