added comment

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2024-03-26 19:46:55 +01:00 committed by Fabian Schmalzried
parent 609a8091c4
commit ae2506469c
No known key found for this signature in database
GPG key ID: D691D5DA4CEF42E7

View file

@ -1173,6 +1173,7 @@ pub(crate) fn run_low_level<'a, 'ctx>(
todo!("implement checked float conversion");
}
NumWithoutDecimalPoint | NumWithDecimalPoint => {
// Dec uses an I128 under the hood, so no conversion is needed.
arguments!(arg);
arg
}