aboutsummaryrefslogtreecommitdiff
path: root/src/server/collector.odin
diff options
context:
space:
mode:
authorTasha Companion <ProtonZero@users.noreply.github.com>2026-01-30 06:24:19 -0800
committerTasha Companion <ProtonZero@users.noreply.github.com>2026-01-30 06:24:19 -0800
commitc61aa239fb8b15f604dca9cb520f15f3562b427f (patch)
tree6d3f6903e3e7f6106f5d2f8192175a8fa213aa38 /src/server/collector.odin
parent791b0cd1c199880574d9377a56c6569a1831efd8 (diff)
#+feature using-stmt
`#+feature using-stmt` is required to build successfully now.
Diffstat (limited to 'src/server/collector.odin')
-rw-r--r--src/server/collector.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/collector.odin b/src/server/collector.odin
index 37d3cd8..c06fbf0 100644
--- a/src/server/collector.odin
+++ b/src/server/collector.odin
@@ -1,3 +1,4 @@
+#+feature using-stmt
package server
import "core:mem"