From 429cd2b5dd27bec15a4a3351114ce1bcd12d8d01 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 12 Apr 2021 16:43:50 -0700 Subject: std: change `@import("builtin")` to `std.builtin` --- lib/std/pdb.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/std/pdb.zig') diff --git a/lib/std/pdb.zig b/lib/std/pdb.zig index 6a47cd6e8b..de0b8f3ec0 100644 --- a/lib/std/pdb.zig +++ b/lib/std/pdb.zig @@ -3,7 +3,7 @@ // This file is part of [zig](https://ziglang.org/), which is MIT licensed. // The MIT license requires this copyright notice to be included in all copies // and substantial portions of the software. -const builtin = @import("builtin"); +const builtin = std.builtin; const std = @import("std.zig"); const io = std.io; const math = std.math; -- cgit v1.2.3