diff options
| author | gingerBill <bill@gingerbill.org> | 2023-07-31 11:46:40 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-07-31 11:46:40 +0100 |
| commit | 44ea82f8452876c4890884506111e243b8b2a541 (patch) | |
| tree | 60125606c148c6c2fa44d921936cdb7157a6046a /core/compress | |
| parent | 0de7df9eab9b256e0d1c8da7c9fc8c422c5ac1a7 (diff) | |
Clean up usage of `using` throughout core and vendor
Diffstat (limited to 'core/compress')
| -rw-r--r-- | core/compress/zlib/zlib.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/compress/zlib/zlib.odin b/core/compress/zlib/zlib.odin index 21172e8e8..8062c8d3a 100644 --- a/core/compress/zlib/zlib.odin +++ b/core/compress/zlib/zlib.odin @@ -1,3 +1,4 @@ +//+vet !using-param package zlib /* |