Skip to content

Commit

Permalink
use unimplemented!()
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 16, 2023
1 parent 4ace04c commit a59ad93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/itf/tests/votekeeper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fn value_from_model(value: ItfValue) -> Option<ValueId> {
"val1" => Some(1.into()),
"val2" => Some(2.into()),
"val3" => Some(3.into()),
_ => None,
_ => unimplemented!("unknown value {value:?}"),
}
}

Expand Down

0 comments on commit a59ad93

Please sign in to comment.