Merge branch 'main' into save-construction-children

This commit is contained in:
J.Teeuwissen 2023-05-29 08:02:34 +02:00
commit c3e1e600a6
No known key found for this signature in database
GPG key ID: DB5F7A1ED8D478AD

View file

@ -1488,6 +1488,8 @@ fn low_level_no_rc(lowlevel: &LowLevel) -> RC {
NumBytesToU32 => RC::NoRc,
NumBytesToU64 => RC::NoRc,
NumBytesToU128 => RC::NoRc,
I128OfDec => RC::NoRc,
DictPseudoSeed => RC::NoRc,
StrStartsWith | StrEndsWith => RC::NoRc,
StrStartsWithScalar => RC::NoRc,
StrFromUtf8Range => RC::Rc,