Commit d90646d8fb

Alex Kladov <aleksey.kladov@gmail.com>
2025-07-14 18:34:52
langref: remove dead code
1 parent 96bb113
Changed files (1)
doc
doc/langref/defer_unwind.zig
@@ -1,5 +1,4 @@
 const std = @import("std");
-const expect = std.testing.expect;
 const print = std.debug.print;
 
 pub fn main() void {