mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
okay
This commit is contained in:
@@ -88,7 +88,7 @@ pub const MutableString = struct {
|
||||
return str;
|
||||
}
|
||||
|
||||
pub fn len(self: *MutableString) usize {
|
||||
pub fn len(self: *const MutableString) usize {
|
||||
return self.list.items.len;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user