diff options
| author | 2021-10-09 13:06:28 +0200 | |
|---|---|---|
| committer | 2021-10-09 13:06:28 +0200 | |
| commit | bf94b097c4134b9ceaf983984f71b688e36274a4 (patch) | |
| tree | 39e63af5cd21e59604913b00235ebd3acf473700 /clap | |
| parent | Indent help text on every new line to allow for user-controlled wrapping (diff) | |
| download | zig-clap-bf94b097c4134b9ceaf983984f71b688e36274a4.tar.gz zig-clap-bf94b097c4134b9ceaf983984f71b688e36274a4.tar.xz zig-clap-bf94b097c4134b9ceaf983984f71b688e36274a4.zip | |
Fix uses of builtin
Diffstat (limited to 'clap')
| -rw-r--r-- | clap/args.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clap/args.zig b/clap/args.zig index 1d93189..a6be833 100644 --- a/clap/args.zig +++ b/clap/args.zig | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | const builtin = @import("builtin"); | ||
| 1 | const std = @import("std"); | 2 | const std = @import("std"); |
| 2 | 3 | ||
| 3 | const builtin = std.builtin; | ||
| 4 | const debug = std.debug; | 4 | const debug = std.debug; |
| 5 | const heap = std.heap; | 5 | const heap = std.heap; |
| 6 | const mem = std.mem; | 6 | const mem = std.mem; |