Keep -vet happy

This commit is contained in:
gingerBill
2022-01-25 16:41:31 +00:00
parent cb6a4ebf60
commit fb86c23dbd

View File

@@ -2,6 +2,7 @@ package container_queue
import "core:builtin"
import "core:runtime"
_ :: runtime
// Dynamically resizable double-ended queue/ring-buffer
Queue :: struct($T: typeid) {