remove i128OfDec

This commit is contained in:
Fabian Schmalzried 2024-03-19 17:11:30 +01:00
parent f145f73aa0
commit 4269608ebf
No known key found for this signature in database
GPG key ID: D691D5DA4CEF42E7
7 changed files with 4 additions and 13 deletions

View file

@ -1172,7 +1172,7 @@ pub(crate) fn run_low_level<'a, 'ctx>(
// which could be useful to look at when implementing this.
todo!("implement checked float conversion");
}
I128OfDec | NumWithoutDecimalPoint | NumWithDecimalPoint => {
NumWithoutDecimalPoint | NumWithDecimalPoint => {
arguments!(arg);
arg
}