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/dynamic_library.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/std/dynamic_library.zig') diff --git a/lib/std/dynamic_library.zig b/lib/std/dynamic_library.zig index 98c59d4105..a852adaf58 100644 --- a/lib/std/dynamic_library.zig +++ b/lib/std/dynamic_library.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 mem = std.mem; -- cgit v1.2.3