diff --git a/lib/std/threads/buffered_channel.c3 b/lib/std/threads/buffered_channel.c3 index 2e45a584e..89989ea23 100644 --- a/lib/std/threads/buffered_channel.c3 +++ b/lib/std/threads/buffered_channel.c3 @@ -21,7 +21,7 @@ struct BufferedChannelImpl @private Type[*] buf; } -fn void! BufferedChannel.new_init(&self, usz size = 1, Allocator allocator = allocator::heap()) +fn void! BufferedChannel.new_init(&self, usz size = 1) { return self.init(size, allocator::heap()); }