Hejsil / zig-clap

Command line argument parsing library
MIT License
939 stars 67 forks source link

Fix deprecated builtin usage #53

Closed Kyza closed 3 years ago

Kyza commented 3 years ago

@import("builtin") should be used instead of std.builtin.

Hejsil commented 3 years ago

Hi. There were another fix I wanted in, so took this change into bf94b097c4134b9ceaf983984f71b688e36274a4. I also merged these changes into the zig-master branch