We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d12841 commit a2dc225Copy full SHA for a2dc225
vortex-compute/src/comparison/datum.rs
@@ -23,7 +23,7 @@ where
23
match (self.into_typed(), rhs.into_typed()) {
24
(TypedDatum::Bool(d1), TypedDatum::Bool(d2)) => d1.compare(d2),
25
(TypedDatum::Primitive(d1), TypedDatum::Primitive(d2)) => d1.compare(d2),
26
- _ => unreachable!(""),
+ _ => todo!(""),
27
}
28
29
0 commit comments