| author | |
| committer | |
| log | 09f2f4aeb366279f30256a5968a246369fafcc27 |
| tree | 372609ef1ba13b02931e8ad5d772ff60ae65f9f6 |
| parent | b2a54b95814eeeb657ca953cb0547e3169893d2d |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/io_uring.zig+1-1| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | // This file is part of [zig](https://ziglang.org/), which is MIT licensed. |
| 4 | 4 | // The MIT license requires this copyright notice to be included in all copies |
| 5 | 5 | // and substantial portions of the software. |
| 6 | const std = @import("std"); | |
| 6 | const std = @import("std.zig"); | |
| 7 | 7 | const assert = std.debug.assert; |
| 8 | 8 | const builtin = std.builtin; |
| 9 | 9 | const os = std.os; |