Drop obsolete comment

This commit is contained in:
Richard Feldman 2021-08-02 22:04:47 -04:00
parent db6a05a6a4
commit 2c7fd2a54d

View file

@ -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(),
} }