mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
std: change @import("builtin") to std.builtin
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ const assert = std.debug.assert;
|
||||
const testing = std.testing;
|
||||
const mem = std.mem;
|
||||
const math = std.math;
|
||||
const builtin = @import("builtin");
|
||||
const builtin = std.builtin;
|
||||
|
||||
pub fn binarySearch(
|
||||
comptime T: type,
|
||||
|
||||
Reference in New Issue
Block a user