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

@ -1597,7 +1597,7 @@ fn low_level_no_rc(lowlevel: &LowLevel) -> RC {
| NumF64ToParts
| NumF32FromParts
| NumF64FromParts => RC::NoRc,
I128OfDec | NumWithoutDecimalPoint | NumWithDecimalPoint => RC::NoRc,
NumWithoutDecimalPoint | NumWithDecimalPoint => RC::NoRc,
DictPseudoSeed => RC::NoRc,
StrStartsWith | StrEndsWith => RC::NoRc,
StrFromUtf8 => RC::Rc,

View file

@ -1345,7 +1345,6 @@ pub(crate) fn lowlevel_borrow_signature(op: LowLevel) -> &'static [Ownership] {
| NumCountLeadingZeroBits
| NumCountTrailingZeroBits
| NumCountOneBits
| I128OfDec
| NumWithoutDecimalPoint
| NumWithDecimalPoint
| NumF32ToParts