fix main by adding missing match branches

This commit is contained in:
Brendan Hansknecht 2023-05-28 20:29:10 -07:00
parent cf20c74eb9
commit 6149e721f6
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

@ -1468,6 +1468,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,