diff --git a/doc/langref/defer_unwind.zig b/doc/langref/defer_unwind.zig index ebcca130a6..65fe11015b 100644 --- a/doc/langref/defer_unwind.zig +++ b/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 {