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 assert = std.debug.assert;
|
||||
const builtin = @import("builtin");
|
||||
const builtin = std.builtin;
|
||||
const expect = std.testing.expect;
|
||||
|
||||
/// Many reader, many writer, non-allocating, thread-safe
|
||||
|
||||
Reference in New Issue
Block a user