mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
update
This commit is contained in:
@@ -128,7 +128,7 @@ pub const MutableString = struct {
|
||||
return self.list.toOwnedSlice(self.allocator);
|
||||
}
|
||||
|
||||
pub fn toOwnedSliceLeaky(self: *MutableString) []u8 {
|
||||
pub fn toOwnedSliceLeaky(self: *MutableString) string {
|
||||
return self.list.items;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user