Skip to content

Commit eb818b6

Browse files
committed
remove #no_copy use because it's been removed from Odin :(
1 parent 0265dd3 commit eb818b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanner.odin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ scan_num_bytes :: proc(split_data: rawptr, data: []byte, at_eof: bool) -> (advan
3232
}
3333

3434
// A callback based scanner over the connection based on nbio.
35-
Scanner :: struct #no_copy {
35+
Scanner :: struct /* #no_copy */ {
3636
connection: ^Connection,
3737
split: Split_Proc,
3838
split_data: rawptr,

0 commit comments

Comments
 (0)