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/meta.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/std/meta.zig') diff --git a/lib/std/meta.zig b/lib/std/meta.zig index 860b6874c0..ff2e6fb226 100644 --- a/lib/std/meta.zig +++ b/lib/std/meta.zig @@ -4,7 +4,7 @@ // The MIT license requires this copyright notice to be included in all copies // and substantial portions of the software. const std = @import("std.zig"); -const builtin = @import("builtin"); +const builtin = std.builtin; const debug = std.debug; const mem = std.mem; const math = std.math; -- cgit v1.2.3