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/event/loop.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/std/event/loop.zig') diff --git a/lib/std/event/loop.zig b/lib/std/event/loop.zig index 878cea4aa6..b37b9d8711 100644 --- a/lib/std/event/loop.zig +++ b/lib/std/event/loop.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 root = @import("root"); const assert = std.debug.assert; const testing = std.testing; -- cgit v1.2.3