changes after review

This commit is contained in:
Folkert 2022-04-04 19:53:33 +02:00
parent 426aa13e13
commit 1e397e950d
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
2 changed files with 3 additions and 8 deletions

View file

@ -43,7 +43,7 @@ pub const RocStr = extern struct {
return RocStr{
.str_len = 0,
.str_bytes = null,
.str_capacity = 0 | MASK,
.str_capacity = MASK,
};
}