Update comment

This commit is contained in:
Richard Feldman 2022-04-07 18:36:33 -04:00
parent 6adaf0905e
commit bfb7bb3874
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -5903,7 +5903,8 @@ fn run_low_level<'a, 'ctx, 'env>(
}
}
NumToFloatChecked => {
// NOTE: For some reason there's no entry here for NumToIntChecked - why is that?
// NOTE: There's a NumToIntChecked implementation above,
// which could be useful to look at when implementing this.
todo!("implement checked float conversion");
}
Eq => {