migrate from std.Target.current to @import("builtin").target

closes #9388
closes #9321
This commit is contained in:
Andrew Kelley
2021-10-04 23:47:27 -07:00
parent 78902db68b
commit 6115cf2240
147 changed files with 624 additions and 596 deletions

View File

@@ -9,7 +9,6 @@ const trait = meta.trait;
const autoHash = std.hash.autoHash;
const Wyhash = std.hash.Wyhash;
const Allocator = mem.Allocator;
const builtin = std.builtin;
const hash_map = @This();
/// An ArrayHashMap with default hash and equal functions.