std: change @import("builtin") to std.builtin
This commit is contained in:
@@ -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");
|
||||
const builtin = @import("builtin");
|
||||
const builtin = std.builtin;
|
||||
const debug = std.debug;
|
||||
const testing = std.testing;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user