mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Drop obsolete comment
This commit is contained in:
parent
db6a05a6a4
commit
2c7fd2a54d
1 changed files with 0 additions and 1 deletions
|
@ -371,7 +371,6 @@ impl RocStr {
|
||||||
|
|
||||||
pub fn empty() -> Self {
|
pub fn empty() -> Self {
|
||||||
RocStr {
|
RocStr {
|
||||||
// The first bit of length is 1 to specify small str.
|
|
||||||
length: 0,
|
length: 0,
|
||||||
elements: core::ptr::null_mut(),
|
elements: core::ptr::null_mut(),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue