mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
changes after review
This commit is contained in:
parent
426aa13e13
commit
1e397e950d
2 changed files with 3 additions and 8 deletions
|
@ -43,7 +43,7 @@ pub const RocStr = extern struct {
|
|||
return RocStr{
|
||||
.str_len = 0,
|
||||
.str_bytes = null,
|
||||
.str_capacity = 0 | MASK,
|
||||
.str_capacity = MASK,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue