mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
remove i128OfDec
This commit is contained in:
parent
f145f73aa0
commit
4269608ebf
7 changed files with 4 additions and 13 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue