allow decimals as a range boundary (#2509)

This commit is contained in:
Jonathan Turner
2020-09-08 05:30:11 +12:00
committed by GitHub
parent 2c5939dc7d
commit d9ae66791a
3 changed files with 42 additions and 11 deletions

View File

@ -126,7 +126,7 @@ pub fn coerce_compare(
}
}
fn coerce_compare_primitive(
pub fn coerce_compare_primitive(
left: &Primitive,
right: &Primitive,
) -> Result<CompareValues, (&'static str, &'static str)> {