Warn users when calling textFormat with a non-tuple type

This commit is contained in:
Not-Nik 2024-06-17 21:00:42 +02:00
parent 43d15b05c2
commit c5ce02c084
Failed to generate hash of commit
3 changed files with 27 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
zig-cache/
.zig-cache/
zig-out/
.idea/
Project/*