Deprecated '&' macro arguments.

This commit is contained in:
Christoffer Lerno
2025-01-08 22:13:49 +01:00
parent 9412b58d80
commit 8e0d6d11b9
24 changed files with 288 additions and 304 deletions

View File

@@ -132,7 +132,7 @@ $endif
return (usz)n;
}
fn char! Socket.read_byte(&self) @dynamic => io::@read_byte_using_read(self);
fn char! Socket.read_byte(&self) @dynamic => io::read_byte_using_read(self);
fn usz! Socket.write(&self, char[] bytes) @dynamic
{