diff options
| author | Tasha Companion <ProtonZero@users.noreply.github.com> | 2026-01-30 06:24:19 -0800 |
|---|---|---|
| committer | Tasha Companion <ProtonZero@users.noreply.github.com> | 2026-01-30 06:24:19 -0800 |
| commit | c61aa239fb8b15f604dca9cb520f15f3562b427f (patch) | |
| tree | 6d3f6903e3e7f6106f5d2f8192175a8fa213aa38 /src/server/clone.odin | |
| parent | 791b0cd1c199880574d9377a56c6569a1831efd8 (diff) | |
#+feature using-stmt
`#+feature using-stmt` is required to build successfully now.
Diffstat (limited to 'src/server/clone.odin')
| -rw-r--r-- | src/server/clone.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/clone.odin b/src/server/clone.odin index 215ab42..5a9a3ba 100644 --- a/src/server/clone.odin +++ b/src/server/clone.odin @@ -1,3 +1,4 @@ +#+feature using-stmt package server import "base:intrinsics" |