diff options
| author | gingerBill <bill@gingerbill.org> | 2022-01-25 16:41:31 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-01-25 16:41:31 +0000 |
| commit | fb86c23dbd4c6e9dc82fcc72deb1ad59af5e07f0 (patch) | |
| tree | 43e8a3e71ba693ae0cc6afc22f7f9a1d80d102d1 /core/container/queue/queue.odin | |
| parent | cb6a4ebf60aa33dd1134ca88ecfb0ece05a2d98b (diff) | |
Keep -vet happy
Diffstat (limited to 'core/container/queue/queue.odin')
| -rw-r--r-- | core/container/queue/queue.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/container/queue/queue.odin b/core/container/queue/queue.odin index feca6934c..8ca3a85ac 100644 --- a/core/container/queue/queue.odin +++ b/core/container/queue/queue.odin @@ -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) { |