From 641ecc260f43ffb2398acb80cbd141535dbbb03d Mon Sep 17 00:00:00 2001 From: Jacob G-W Date: Wed, 9 Jun 2021 21:35:42 -0400 Subject: std, src, doc, test: remove unused variables --- test/behavior/type.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'test/behavior/type.zig') diff --git a/test/behavior/type.zig b/test/behavior/type.zig index 5d12ea494f..44408a6d8e 100644 --- a/test/behavior/type.zig +++ b/test/behavior/type.zig @@ -436,6 +436,7 @@ test "Type.Fn" { }.func; const Foo = @Type(@typeInfo(@TypeOf(foo))); const foo_2: Foo = foo; + _ = foo_2; } test "Type.BoundFn" { -- cgit v1.2.3